fix for NPE when lookup names in objects/closure in constructors #KT-2719 Fixed
This commit is contained in:
@@ -84,6 +84,10 @@ public class ObjectGenTest extends CodegenTestCase {
|
||||
blackBoxFile("regressions/kt1737.kt");
|
||||
}
|
||||
|
||||
public void testK2719() {
|
||||
blackBoxFile("regressions/kt2719.kt");
|
||||
}
|
||||
|
||||
public void testReceiverInConstructor() {
|
||||
blackBoxFile("objects/receiverInConstructor.kt");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user