K2: add test to ensure #KT-55981 Obsolete

This commit is contained in:
Mikhail Glukhikh
2023-08-21 16:15:35 +02:00
committed by Space Team
parent 27afee8683
commit 8cbefcc26f
6 changed files with 51 additions and 0 deletions
@@ -6903,6 +6903,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/localScopesInAnonymousObject.kt");
}
@Test
@TestMetadata("malformedRawTypes.kt")
public void testMalformedRawTypes() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/malformedRawTypes.kt");
}
@Test
@TestMetadata("NamedParameterInConcurrentMap.kt")
public void testNamedParameterInConcurrentMap() throws Exception {
@@ -6903,6 +6903,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/localScopesInAnonymousObject.kt");
}
@Test
@TestMetadata("malformedRawTypes.kt")
public void testMalformedRawTypes() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/malformedRawTypes.kt");
}
@Test
@TestMetadata("NamedParameterInConcurrentMap.kt")
public void testNamedParameterInConcurrentMap() throws Exception {