KT-1406 wrong generation of receiver for ext.fun called inside closure

This commit is contained in:
Alex Tkachman
2012-02-24 16:24:16 +02:00
parent 17d34e9d49
commit 6146ec4268
4 changed files with 36 additions and 1 deletions
@@ -116,4 +116,8 @@ public class StdlibTest extends CodegenTestCase {
throw t instanceof Exception ? (Exception)t : new RuntimeException(t);
}
}
public void testKt1406() throws Exception {
blackBoxFile("regressions/kt1406.kt");
}
}