4 lines
71 B
Kotlin
Vendored
4 lines
71 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
class Your(val x: Int)
|
|
fun Your.foo() = <caret>this.x |