6 lines
101 B
Plaintext
Vendored
6 lines
101 B
Plaintext
Vendored
// IS_APPLICABLE: true
|
|
|
|
class Owner(val z: Int) {
|
|
fun foo(y: Int) = y + z
|
|
val x = this::foo
|
|
} |