1d9bafe196
#KT-8293 Fixed
6 lines
137 B
Kotlin
Vendored
6 lines
137 B
Kotlin
Vendored
fun (String.() -> String).foo(x : String) {
|
|
x.<selection>this</selection>()
|
|
x.this@foo()
|
|
val t = this
|
|
val tt = this@foo
|
|
} |