KT-4137: Verify error

#KT-4137 Fixed
This commit is contained in:
Mikhael Bogdanov
2013-10-25 16:24:52 +04:00
parent 6074667fd4
commit e3882e2dfb
3 changed files with 33 additions and 5 deletions
@@ -1262,6 +1262,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/closures/kt3905.kt");
}
@TestMetadata("kt4137.kt")
public void testKt4137() throws Exception {
doTest("compiler/testData/codegen/box/closures/kt4137.kt");
}
@TestMetadata("localFunctionInFunction.kt")
public void testLocalFunctionInFunction() throws Exception {
doTest("compiler/testData/codegen/box/closures/localFunctionInFunction.kt");