unification of accessable descriptor lookup between functions and properties

This commit is contained in:
Alex Tkachman
2012-09-12 09:20:10 +03:00
parent 5080ca9eb0
commit fb4d6610a8
2 changed files with 25 additions and 25 deletions
@@ -381,6 +381,7 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt1018() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt1018.kt");
System.out.println(generateToText());
}
public void testKt1120() throws Exception {