b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
9 lines
125 B
Plaintext
Vendored
9 lines
125 B
Plaintext
Vendored
val String.okext: String
|
|
get(): String {
|
|
return "OK"
|
|
}
|
|
|
|
fun String.test5(): String {
|
|
return <this>.<get-okext>()
|
|
}
|