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 {
|
||||
|
||||
+6
@@ -19976,6 +19976,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
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
@@ -19982,6 +19982,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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 {
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
// WITH_STDLIB
|
||||
// ISSUE: KT-51670
|
||||
|
||||
val s = <!DEPRECATION!>String<!>(byteArrayOf(1, 2, 3), 4, 5, 6)
|
||||
@@ -0,0 +1,4 @@
|
||||
// WITH_STDLIB
|
||||
// ISSUE: KT-51670
|
||||
|
||||
val s = String(byteArrayOf(1, 2, 3), 4, 5, <!CONSTANT_EXPECTED_TYPE_MISMATCH!>6<!>)
|
||||
Generated
+6
@@ -19982,6 +19982,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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