Files
kotlin/compiler/testData/compileJavaAgainstKotlin/class/ExtendsAbstractListT.java
Stepan Koltsov b1cf0ffcee more class and method signatures, use writer wrapper
(not yet complete)

own writer will be used to write both java and kotlin signatures
2011-12-13 18:28:47 +04:00

7 lines
121 B
Java

class ExtendsAbstractListT {
{
Mine<String> mine = null;
java.util.List<String> list = mine;
}
}