JVM IR: Optimize delegated properties (KT-36814)
This commit is contained in:
committed by
Dmitry Petrov
parent
8724efbe8a
commit
b15e32936e
-3
@@ -1,6 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// TODO KT-36814 Support optimized delegated properties in JVM_IR
|
||||
|
||||
class Provider<T>(val _value: T) {
|
||||
inline operator fun provideDelegate(thisRef: Any?, kProperty: Any?) =
|
||||
Mut(_value)
|
||||
|
||||
Reference in New Issue
Block a user