02180e8685
^KT-57777 Fixed ^KT-57818 Fixed
5 lines
83 B
Kotlin
Vendored
5 lines
83 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
val String.okext: String get() = "OK"
|
|
fun String.test5() = okext
|