jet.typeinfo.TypeInfo -> jet.TypeInfo
This commit is contained in:
@@ -3,6 +3,6 @@ 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));
|
||||
String s = id2(namespace.id((jet.TypeInfo) null, null));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user