eee8d0263d
#KT-31319 Fixed
7 lines
193 B
Kotlin
Vendored
7 lines
193 B
Kotlin
Vendored
package a
|
|
|
|
import kotlin.properties.ReadOnlyProperty
|
|
import kotlin.reflect.KProperty
|
|
|
|
class C
|
|
operator fun C.provideDelegate(thisRef: Any, prop: KProperty<*>): ReadOnlyProperty<Any, C> = TODO() |