3 lines
63 B
Plaintext
Vendored
3 lines
63 B
Plaintext
Vendored
class A(val n: Int) {
|
|
fun A.foo(): Int = this@A.n + n + 1
|
|
} |