blob: f18feb4bea320c6ad593728e64aa8530ddd824fb [file]
@Retention(AnnotationRetention.RUNTIME)
annotation class SomeAnnotation(val value: String)
@SomeAnnotation("OK") val property: Int
get() = 42