blob: 2010320b401ff0844436d287e620343360e04490 [file]
// FIR_IDENTICAL
class Foo {
fun foo() {}
}
fun Any?.foo() {}
fun test(f : Foo?) {
f.foo()
}