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:
Stepan Koltsov
2011-12-13 18:28:47 +04:00
parent 8f01bcb9be
commit b1cf0ffcee
15 changed files with 453 additions and 102 deletions
@@ -0,0 +1,6 @@
class ExtendsAbstractListT {
{
Mine<String> mine = null;
java.util.List<String> list = mine;
}
}