no need for context lookup of enclosing singletons #KT-2695 fixed

This commit is contained in:
Alex Tkachman
2012-09-12 19:41:26 +03:00
parent 1121d9b316
commit ca65574bce
4 changed files with 60 additions and 14 deletions
@@ -102,6 +102,9 @@ public class ObjectGenTest extends CodegenTestCase {
public void testKt2398() {
blackBoxFile("regressions/kt2398.kt", "OKKO");
System.out.println(generateToText());
}
public void testKt2675() {
blackBoxFile("regressions/kt2675.kt");
}
}