[FE] Do not change original semantics in LabelResolver

This commit is contained in:
Anastasiya Shadrina
2021-11-22 15:00:25 +07:00
committed by TeamCityServer
parent 5d76f979cf
commit 2b30c1eb5d
8 changed files with 95 additions and 3 deletions
@@ -10660,6 +10660,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/noExplicitReceiver.kt");
}
@Test
@TestMetadata("noLabelsByClassName.kt")
public void testNoLabelsByClassName() throws Exception {
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/noLabelsByClassName.kt");
}
@Test
@TestMetadata("outerClass.kt")
public void testOuterClass() throws Exception {