7 lines
68 B
Plaintext
Vendored
7 lines
68 B
Plaintext
Vendored
class Some {
|
|
fun bar() {}
|
|
}
|
|
|
|
fun Some?.foo() {
|
|
this?.bar()
|
|
} |