7 lines
72 B
Plaintext
Vendored
7 lines
72 B
Plaintext
Vendored
class Foo {
|
|
fun foo() {}
|
|
}
|
|
|
|
fun Foo?.test() {
|
|
this@test?.foo()
|
|
} |