// ISSUE: KT-61077 val test: Int by materializeDelegate() fun materializeDelegate(): Box = TODO() operator fun > Box.provideDelegate(receiver: Any?, property: kotlin.reflect.KProperty<*>): K = TODO() operator fun > Q.getValue(thisRef: Any?, property: kotlin.reflect.KProperty<*>): Q = TODO() class Box {}