more class and method signatures, use writer wrapper
(not yet complete) own writer will be used to write both java and kotlin signatures
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class ExtendsAbstractListT {
|
||||
{
|
||||
Mine<String> mine = null;
|
||||
java.util.List<String> list = mine;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user