// !DIAGNOSTICS: -UNUSED_PARAMETER -UNUSED_VARIABLE -NON_TOPLEVEL_CLASS_DECLARATION, -DEPRECATION fun foo() { @nativeGetter fun toplevelFun(): Any = 0 @nativeGetter val toplevelVal = 0 @nativeGetter class Foo {} }