K2: Fix test state for KT-51670 before the fix
This commit is contained in:
committed by
Space Team
parent
c5ded1ba48
commit
12dcfd25e6
+6
@@ -19976,6 +19976,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/invisiblePackagePrivateInheritedMember.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaLangStringCtr.kt")
|
||||
public void testJavaLangStringCtr() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/javaLangStringCtr.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaStaticImport.kt")
|
||||
public void testJavaStaticImport() throws Exception {
|
||||
|
||||
+6
@@ -19976,6 +19976,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/invisiblePackagePrivateInheritedMember.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaLangStringCtr.kt")
|
||||
public void testJavaLangStringCtr() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/javaLangStringCtr.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaStaticImport.kt")
|
||||
public void testJavaStaticImport() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user