blob: 2142cdf131ea4fba35920c30e65c7489e338b925 [file] [log] [blame]
package dependency
annotation class A(val s: String)
annotation class B(val i: Int)
annotation class C