FE: add test reproducing KT-54049
This commit is contained in:
+6
@@ -19588,6 +19588,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/java8Overrides/defaultVsAbstract.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("falseManyImplementations.kt")
|
||||
public void testFalseManyImplementations() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/java8Overrides/falseManyImplementations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hidingMethodOfAny.kt")
|
||||
public void testHidingMethodOfAny() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user