blob: ca9d189fca7e260f35be901777e1dcf6f0ed1a38 [file]
// FIR_IDENTICAL
class A {
fun foo() {}
val bar = 0
}
fun A.qux() {}
val test1 = A()::foo
val test2 = A()::bar
val test3 = A()::qux