KT-1572 Frontend doesn't mark all vars included in closure as refs.

This commit is contained in:
Svetlana Isakova
2012-03-14 15:07:23 +04:00
parent af9f00c177
commit 9dc9e9984b
8 changed files with 37 additions and 15 deletions
@@ -28,4 +28,8 @@ public class SafeRefTest extends CodegenTestCase {
public void test232 () throws Exception {
blackBoxFile("regressions/kt232.jet");
}
public void test1572 () throws Exception {
blackBoxFile("regressions/kt1572.jet");
}
}