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