10f7989af6
#KT-55471 Fixed
12 lines
140 B
Kotlin
Vendored
12 lines
140 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class Foo {
|
|
companion object {
|
|
val bar = 1
|
|
|
|
fun test(a: Foo.<!UNRESOLVED_REFERENCE!>`object`<!>) {
|
|
|
|
}
|
|
|
|
}
|
|
}
|