4 lines
82 B
Kotlin
Vendored
4 lines
82 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
val String.okext: String get() = "OK"
|
|
fun String.test5() = okext
|