Files
kotlin-fork/idea/testData/shortenRefs/this/shortenThisBothReceivers.kt.after
T
2015-10-17 14:45:53 +03:00

6 lines
62 B
Plaintext
Vendored

class A {
fun test(b: A.() -> Unit) {
b()
}
}