blob: fd4b464c6dfccdb3da555b249365c4a73faf1007 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_DUMP
class Foo {
companion object {
fun bar() {}
val baz = 42
}
}
val x1 = Foo::bar
val x2 = Foo.Companion::bar
val x3 = Foo::baz
val x4 = Foo.Companion::baz
/* GENERATED_FIR_TAGS: callableReference, classDeclaration, companionObject, functionDeclaration, integerLiteral,
objectDeclaration, propertyDeclaration */