fix for NPE when lookup names in objects/closure in constructors #KT-2719 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Clazz {
|
||||
class object {
|
||||
val a = object {
|
||||
fun run(x: String) = x
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = "OK"
|
||||
Reference in New Issue
Block a user