d690aedb89
#KT-22229 Fixed
5 lines
122 B
Kotlin
Vendored
5 lines
122 B
Kotlin
Vendored
package foo
|
|
|
|
import kotlin.reflect.KProperty
|
|
|
|
operator fun String.getValue(nothing: Nothing?, property: KProperty<*>) = "" |