FIR: Fix forEach resolution within local class
This commit is contained in:
committed by
TeamCityServer
parent
056657525e
commit
cac69edff2
+6
@@ -36735,6 +36735,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithStdLib/resolve"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forEachInLocalClass.kt")
|
||||
public void testForEachInLocalClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/forEachInLocalClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hidesMembers.kt")
|
||||
public void testHidesMembers() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user