e65c863f8c
^KT-56728
5 lines
116 B
Kotlin
Vendored
5 lines
116 B
Kotlin
Vendored
@Target(AnnotationTarget.CLASS)
|
|
annotation class TestRoot
|
|
|
|
@Target(AnnotationTarget.FIELD)
|
|
annotation class TestAnn2 |