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