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