[FIR] KT-57458: Ensure the current K2 behavior differs from K1
This commit is contained in:
committed by
Space Team
parent
f73ce25dbd
commit
8096e94c88
+12
@@ -969,6 +969,18 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/tests/SupertypeListChecks.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suppressExposedPropertyTypeInConstructor.kt")
|
||||
public void testSuppressExposedPropertyTypeInConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppressExposedPropertyTypeInConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suppressExposedPropertyTypeInPrivateConstructor.kt")
|
||||
public void testSuppressExposedPropertyTypeInPrivateConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppressExposedPropertyTypeInPrivateConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SyntaxErrorInTestHighlighting.kt")
|
||||
public void testSyntaxErrorInTestHighlighting() throws Exception {
|
||||
|
||||
+12
@@ -969,6 +969,18 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/tests/SupertypeListChecks.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suppressExposedPropertyTypeInConstructor.kt")
|
||||
public void testSuppressExposedPropertyTypeInConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppressExposedPropertyTypeInConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suppressExposedPropertyTypeInPrivateConstructor.kt")
|
||||
public void testSuppressExposedPropertyTypeInPrivateConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppressExposedPropertyTypeInPrivateConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SyntaxErrorInTestHighlighting.kt")
|
||||
public void testSyntaxErrorInTestHighlighting() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user