FIR: add resolve test for potential local scope problems
This commit is contained in:
+6
@@ -5645,6 +5645,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/lightMember.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localScopesInAnonymousObject.kt")
|
||||
public void testLocalScopesInAnonymousObject() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/localScopesInAnonymousObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("qualifierPriority.kt")
|
||||
public void testQualifierPriority() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user