10 lines
95 B
Kotlin
Vendored
10 lines
95 B
Kotlin
Vendored
class Foo {
|
|
companion object {
|
|
val bar = 1
|
|
|
|
fun test(a: Foo.`object`) {
|
|
|
|
}
|
|
|
|
}
|
|
} |