// PROBLEM: none open class A { internal fun foo() {} fun bar() { O.foo() } } object O : A()