FIR: Fix overridability of Kotlin vararg from Java

This commit is contained in:
Denis.Zharkov
2021-10-25 13:35:30 +03:00
parent 4b1ce6c1a7
commit 5690a9f21b
6 changed files with 45 additions and 2 deletions
@@ -17991,6 +17991,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
public void testTypeParameter() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/types/typeParameter.kt");
}
@Test
@TestMetadata("varargOverride.kt")
public void testVarargOverride() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/types/varargOverride.kt");
}
}
}
@@ -17991,6 +17991,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
public void testTypeParameter() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/types/typeParameter.kt");
}
@Test
@TestMetadata("varargOverride.kt")
public void testVarargOverride() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/types/varargOverride.kt");
}
}
}