interface A fun A.foo() {} fun test() { object : A { fun bar() { foo() } } }