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

6 lines
90 B
Kotlin
Vendored

class A {
fun test(b: A.() -> Unit) {
<selection>this.b()</selection>
}
}