import kotlin.reflect.KProperty // "Create extension function 'String.getValue'" "true" fun x(parameters: String) { val n by parameters } private operator fun String.getValue(nothing: Nothing?, property: KProperty<*>): Any { TODO("Not yet implemented") }