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