K2: add test to ensure #KT-55981 Obsolete
This commit is contained in:
committed by
Space Team
parent
27afee8683
commit
8cbefcc26f
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user