b1cf0ffcee
(not yet complete) own writer will be used to write both java and kotlin signatures
7 lines
121 B
Java
7 lines
121 B
Java
class ExtendsAbstractListT {
|
|
{
|
|
Mine<String> mine = null;
|
|
java.util.List<String> list = mine;
|
|
}
|
|
}
|