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