blob: 46a64bff8de862897814f8904077ad77142d6c6c [file] [log] [blame]
package dependency
@Target(AnnotationTarget.FIELD)
annotation class A(val s: String)
@Target(AnnotationTarget.FIELD)
annotation class B(val i: Int)