7 lines
99 B
Kotlin
7 lines
99 B
Kotlin
class Z(val a: Int)
|
|
|
|
// SIBLING:
|
|
fun Z.foo(): Int {
|
|
return <selection>this.a</selection> + 1
|
|
}
|