// !DIAGNOSTICS: -UNUSED_PARAMETER, -DEPRECATION external class A { @nativeInvoke fun foo() {noImpl} @nativeInvoke fun invoke(a: String): Int = noImpl @nativeInvoke val foo: Int = noImpl @nativeInvoke object Obj1 {} companion object { @nativeInvoke fun foo() { noImpl } @nativeInvoke fun invoke(a: String): Int = noImpl @nativeInvoke val foo: Int = noImpl @nativeInvoke object Obj2 {} } }