import kotlin.jvm.* trait Tr { native fun foo() native fun bar() {} class object { native fun foo() native fun bar() {} } }