ugly and incomplete solution for using correct bytecode instruction when accessing properties inherited from traits (KT-2391)

This commit is contained in:
Dmitry Jemerov
2012-07-10 21:20:53 +02:00
parent e4f45fc514
commit 1fe9c291f1
3 changed files with 42 additions and 3 deletions
@@ -461,4 +461,9 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2390.kt");
}
public void testKt2391() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2391.kt");
}
}