Add test for KT-52762
This commit is contained in:
+6
@@ -6009,6 +6009,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/localScopesInAnonymousObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NamedParameterInConcurrentMap.kt")
|
||||
public void testNamedParameterInConcurrentMap() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/NamedParameterInConcurrentMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("qualifierPriority.kt")
|
||||
public void testQualifierPriority() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user