JVM IR: Create local classes in PropertyReferenceLowering
In particular, we should not cache classes or instances for property references, since they may be used inside of inline funtions. This also allows us to mark the $$delegatedProperties array as package private.
This commit is contained in:
committed by
Alexander Udalov
parent
626f4c94f6
commit
ee45933e33
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
class A {
|
||||
val foo = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user