ugly and incomplete solution for using correct bytecode instruction when accessing properties inherited from traits (KT-2391)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user