FIR: Support java array in type argument

^KT-37321 Fixed
This commit is contained in:
Denis Zharkov
2020-05-20 16:13:35 +03:00
parent 164b4dd439
commit 4d484dd971
16 changed files with 105 additions and 44 deletions
@@ -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");