[FIR] KT-55666: Support labels to local functions

^KT-55666 Fixed
This commit is contained in:
Nikolay Lunyak
2023-01-18 13:28:52 +02:00
committed by Space Team
parent f4cda71d9e
commit ff96033e95
8 changed files with 50 additions and 2 deletions
@@ -507,6 +507,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/kt55181.kt");
}
@Test
@TestMetadata("kt55666.kt")
public void testKt55666() throws Exception {
runTest("compiler/testData/diagnostics/tests/kt55666.kt");
}
@Test
@TestMetadata("kt55733.kt")
public void testKt55733() throws Exception {