JVM IR: Handle nested classes in DelegatedPropertyOptimizer
This commit is contained in:
committed by
Alexander Udalov
parent
da9bff40f0
commit
ca6e430e89
+7
@@ -0,0 +1,7 @@
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
inline operator fun String.getValue(thiz: Any?, property: KProperty<*>): String = property.name
|
||||
|
||||
fun box(): String = object {
|
||||
val OK by ""
|
||||
}.OK
|
||||
Reference in New Issue
Block a user