3 lines
86 B
Kotlin
3 lines
86 B
Kotlin
class A(val n: Int) {
|
|
fun A.foo(): Int = <selection>this@A.n + n + 1</selection>
|
|
} |