11 lines
123 B
Kotlin
Vendored
11 lines
123 B
Kotlin
Vendored
class Foo {
|
|
companion object {
|
|
val bar = 1
|
|
|
|
fun test(a: Foo.<!UNRESOLVED_REFERENCE!>`object`<!>) {
|
|
|
|
}
|
|
|
|
}
|
|
}
|