FIR Java types: handle wildcard types correctly
Related to KT-29937, KT-29218
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
public final class StarProjection : R|java/lang/Object| {
|
||||
public final operator function foo(): R|ft<test/StarProjection.MyClass<class error: Unexpected type argument: JavaWildcardTypeImpl: PsiType:?>, test/StarProjection.MyClass<class error: Unexpected type argument: JavaWildcardTypeImpl: PsiType:?>?>|!
|
||||
public final operator function foo(): R|ft<test/StarProjection.MyClass<*>, test/StarProjection.MyClass<*>?>|!
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user