7 lines
81 B
Plaintext
Vendored
7 lines
81 B
Plaintext
Vendored
// IS_APPLICABLE: true
|
|
|
|
object Object {
|
|
fun foo() = 42
|
|
}
|
|
|
|
val x = Object::foo |