[FE] Do not change original semantics in LabelResolver
This commit is contained in:
committed by
TeamCityServer
parent
5d76f979cf
commit
2b30c1eb5d
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user