K2: reproduce KT-59140
This commit is contained in:
committed by
Space Team
parent
c2fde1a915
commit
18206210cf
+6
@@ -20174,6 +20174,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/specialBridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("staticImportViaInheritance.kt")
|
||||
public void testStaticImportViaInheritance() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/staticImportViaInheritance.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("StaticMembersFromSuperclasses.kt")
|
||||
public void testStaticMembersFromSuperclasses() throws Exception {
|
||||
|
||||
+6
@@ -20174,6 +20174,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/specialBridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("staticImportViaInheritance.kt")
|
||||
public void testStaticImportViaInheritance() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/staticImportViaInheritance.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("StaticMembersFromSuperclasses.kt")
|
||||
public void testStaticMembersFromSuperclasses() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user