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

View File

@@ -0,0 +1,8 @@
class Question {
// id2 is to prevent java type parameter type inference
static <T> T id2(T p) { return p; }
{
java.util.List<String> s = id2(namespace.id((jet.typeinfo.TypeInfo) null, null));
}
}