4 lines
77 B
Plaintext
Vendored
4 lines
77 B
Plaintext
Vendored
class Owner(val z: Int) {
|
|
fun foo(y: Int) = y + z
|
|
val x = this::foo
|
|
} |