Properly reference type parameter descriptors
'descriptor -> descriptor.original' relation is often inconsistent wrt 'containingDeclaration', parameters, and type parameters, we have to introduce some workarounds here.
This commit is contained in:
+5
@@ -14470,6 +14470,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testInvariantArgumentsNoWildcard() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/generics/invariantArgumentsNoWildcard.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaNestedSamInterface.kt")
|
||||
public void testJavaNestedSamInterface() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/generics/javaNestedSamInterface.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions")
|
||||
|
||||
Reference in New Issue
Block a user