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