blob: f28219e8470677c46473c2ed396d9e161ca940ea [file]
@Target(AnnotationTarget.CLASS) @Anno("string")
annotation class Resolve<caret>Me(val value: Int)
annotation class Anno(val s: String)