weird bug with nested closures using outer receiver

This commit is contained in:
Alex Tkachman
2012-02-20 12:14:39 +02:00
parent 046c13a264
commit 436c298e47
6 changed files with 73 additions and 10 deletions
@@ -55,6 +55,11 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
blackBoxFile("regressions/kt475.jet");
}
public void testKtNested() throws Exception {
createEnvironmentWithFullJdk();
blackBoxFile("extensionFunctions/nested.kt");
}
public void testKt865() throws Exception {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt865.jet");