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