47abdcf565
Conflicts: compiler/jet.as.java.psi/src/org/jetbrains/jet/asJava/JavaElementFinder.java
9 lines
176 B
Kotlin
9 lines
176 B
Kotlin
class M<in V>
|
|
class X
|
|
|
|
val p: M<X> = throw Exception()
|
|
|
|
// method: _DefaultPackage::getP
|
|
// jvm signature: ()LM;
|
|
// generic signature: ()LM<LX;>;
|
|
// kotlin signature: null |