// a.HiddenDeprecatedKt package a @Deprecated("f", level = DeprecationLevel.HIDDEN) fun f() { } // LAZINESS:NoLaziness