Implement rendering of raw types
Also add some clarification in spec
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package foo;
|
||||
import java.util.*;
|
||||
|
||||
public interface B<T> {
|
||||
B<String> foo(List<String> x, String y);
|
||||
}
|
||||
Reference in New Issue
Block a user