Files
kotlin-fork/idea/testData/decompiler/decompiledText/AnnotatedEnumEntry/Dependency.kt
T
2015-12-13 17:49:44 +03:00

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)