load 'this' instead of $classobj if we're inside class object's constructor
#KT-2384 Fixed
This commit is contained in:
@@ -451,4 +451,9 @@ public class ClassGenTest extends CodegenTestCase {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("regressions/kt2224.kt");
|
||||
}
|
||||
|
||||
public void testKt2384() {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("regressions/kt2384.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user