[NI] Fix hierarchy of resolution atoms for lambda with non-local return

This commit is contained in:
Mikhail Zarechenskiy
2017-12-11 17:22:26 +03:00
parent c6d8b39b4f
commit 9eca8cd451
6 changed files with 60 additions and 9 deletions
@@ -12422,6 +12422,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("returnInsideTwoLambdas.kt")
public void testReturnInsideTwoLambdas() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/nonLocalReturns/returnInsideTwoLambdas.kt");
doTest(fileName);
}
@TestMetadata("use.kt")
public void testUse() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/nonLocalReturns/use.kt");