8 lines
150 B
Kotlin
Vendored
8 lines
150 B
Kotlin
Vendored
package dependency
|
|
|
|
@Target(AnnotationTarget.FIELD)
|
|
annotation class A(val s: String)
|
|
|
|
@Target(AnnotationTarget.FIELD)
|
|
annotation class B(val i: Int)
|