import kotlin.jvm.* interface Tr { native fun foo() native fun bar() {} companion object { native fun foo() native fun bar() {} } }