blob: ea3b594d4fe83fb7f765de6e802c34f8ded3bd98 [file]
package org.test
@Deprecated("Error", level = DeprecationLevel.ERROR)
@RequiresOptIn
annotation class Error
@Deprecated("Hidden", level = DeprecationLevel.HIDDEN)
@RequiresOptIn
annotation class Hidden