[Tests] Add regression test for #KT-58575
#KT-58575 Fixed
This commit is contained in:
committed by
Space Team
parent
a0120d28cc
commit
988edab7a0
+6
@@ -21966,6 +21966,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/javaSupertypeNameDisambiguation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jkjPrivateProperty.kt")
|
||||
public void testJkjPrivateProperty() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/jkjPrivateProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("KJKInheritance.kt")
|
||||
public void testKJKInheritance() {
|
||||
|
||||
+6
@@ -21966,6 +21966,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/javaSupertypeNameDisambiguation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jkjPrivateProperty.kt")
|
||||
public void testJkjPrivateProperty() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/jkjPrivateProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("KJKInheritance.kt")
|
||||
public void testKJKInheritance() {
|
||||
|
||||
Reference in New Issue
Block a user