Files
kotlin-fork/idea/testData/shortenRefs/this/shortenExtensionThis.kt
T
2015-02-11 14:40:22 +03:00

5 lines
78 B
Kotlin
Vendored

class A(val n: Int) {
}
fun A.foo(): Int = <selection>this.n + 1</selection>