blob: 2269f2e55d23c6d9cdb18f34a2e9f293d48aa787 [file] [log] [blame]
fun (String.() -> String).foo(x : String) {
x.<selection>this</selection>()
x.this@foo()
val t = this
val tt = this@foo
}