blob: c1f9b957c9ab8448960627ce614b7b0ca70079bb [file]
package org.test
@Deprecated("Warning", level = DeprecationLevel.WARNING)
@RequiresOptIn
@Retention(AnnotationRetention.BINARY)
annotation class Warning
@RequiresOptIn
annotation class OneMore