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