import kotlin.jvm.* abstract class C { inline native fun foo() } fun test() { abstract class Local { inline native fun foo() } }