JVM_IR: add a transformChildren call to PropertyReferenceLowering
#KT-42354 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
var x = "OK"
|
||||
|
||||
class C(init: () -> String) {
|
||||
val value = init()
|
||||
}
|
||||
|
||||
fun box() = C(::x)::value.get()
|
||||
Reference in New Issue
Block a user