FIR: Support java array in type argument
^KT-37321 Fixed
This commit is contained in:
+5
@@ -2921,6 +2921,11 @@ public class JvmRuntimeDescriptorLoaderTestGenerated extends AbstractJvmRuntimeD
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledJava"), Pattern.compile("^(.+)\\.java$"), null, true, "sam", "kotlinSignature/propagation");
|
||||
}
|
||||
|
||||
@TestMetadata("ArrayInGenericArguments.java")
|
||||
public void testArrayInGenericArguments() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/ArrayInGenericArguments.java");
|
||||
}
|
||||
|
||||
@TestMetadata("ArrayTypeVariance.java")
|
||||
public void testArrayTypeVariance() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/ArrayTypeVariance.java");
|
||||
|
||||
Reference in New Issue
Block a user