fun foo(i: Int) { O.foo() } object O { fun foo() {} } // EXPECTED: O