FIR: Support java array in type argument
^KT-37321 Fixed
This commit is contained in:
@@ -30,6 +30,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledJava"), Pattern.compile("^(.+)\\.java$"), null, true);
|
||||
}
|
||||
|
||||
@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");
|
||||
|
||||
Generated
+5
@@ -28,6 +28,11 @@ public class LoadJavaWithPsiClassReadingTestGenerated extends AbstractLoadJavaWi
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledJava"), Pattern.compile("^(.+)\\.java$"), null, true);
|
||||
}
|
||||
|
||||
@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");
|
||||
|
||||
+5
@@ -31,6 +31,11 @@ public class IrLoadJavaTestGenerated extends AbstractIrLoadJavaTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledJava"), Pattern.compile("^(.+)\\.java$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@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");
|
||||
|
||||
Generated
+5
@@ -30,6 +30,11 @@ public class LoadJavaUsingJavacTestGenerated extends AbstractLoadJavaUsingJavacT
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledJava"), Pattern.compile("^(.+)\\.java$"), null, true);
|
||||
}
|
||||
|
||||
@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