mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
getting rid of TypeInfo
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
|
||||
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) null, null));
|
||||
String s = id2(namespace.id(null));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user