// UNRESOLVED_REFERENCE @Deprecated("don't use i", level = DeprecationLevel.HIDDEN) val i: Int = 1 fun test() { i }