5 lines
99 B
Kotlin
Vendored
5 lines
99 B
Kotlin
Vendored
package test
|
|
|
|
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
|
|
annotation class multiple
|