FE: add test reproducing KT-53953
This commit is contained in:
+6
@@ -19565,6 +19565,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/java8Overrides/abstractFakeOverrideSuperCallForbidden.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("abstractFakeOverrideSuperCallOneMoreLevel.kt")
|
||||
public void testAbstractFakeOverrideSuperCallOneMoreLevel() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/java8Overrides/abstractFakeOverrideSuperCallOneMoreLevel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("abstractVsAbstract.kt")
|
||||
public void testAbstractVsAbstract() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user