fix inner classes in JavaDescriptorResolver, kill type variable by psi resolver
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
class Outer<erased P>() {
|
||||
class Inner() {
|
||||
fun f<erased Q : P>() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user