FIR: Fix overridability of Kotlin vararg from Java
This commit is contained in:
+6
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+6
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user