[FIR] Support typealiases to java Repeatable

This commit is contained in:
Nikolay Lunyak
2023-01-13 12:01:09 +02:00
committed by Space Team
parent 2e8b177262
commit d105ce8681
7 changed files with 63 additions and 2 deletions
@@ -2377,6 +2377,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/annotations/repeatable/containerTarget_1_6.kt");
}
@Test
@TestMetadata("javaRepeatableInKotlin.kt")
public void testJavaRepeatableInKotlin() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/repeatable/javaRepeatableInKotlin.kt");
}
@Test
@TestMetadata("javaRepeatableJvmTarget6.kt")
public void testJavaRepeatableJvmTarget6() throws Exception {
@@ -2371,6 +2371,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/annotations/repeatable/containerTarget_1_6.kt");
}
@Test
@TestMetadata("javaRepeatableInKotlin.kt")
public void testJavaRepeatableInKotlin() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/repeatable/javaRepeatableInKotlin.kt");
}
@Test
@TestMetadata("javaRepeatableJvmTarget6.kt")
public void testJavaRepeatableJvmTarget6() throws Exception {