b1cf0ffcee
(not yet complete) own writer will be used to write both java and kotlin signatures
9 lines
206 B
Java
9 lines
206 B
Java
|
|
class Question {
|
|
// id2 is to prevent java type parameter type inference
|
|
static <T> T id2(T p) { return p; }
|
|
{
|
|
String s = id2(namespace.id((jet.typeinfo.TypeInfo) null, null));
|
|
}
|
|
}
|