mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Implement rendering of raw types
Also add some clarification in spec
This commit is contained in:
6
idea/testData/codeInsight/overrideImplement/implementJavaRawSubclass/foo/B.java
vendored
Normal file
6
idea/testData/codeInsight/overrideImplement/implementJavaRawSubclass/foo/B.java
vendored
Normal file
@@ -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