mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
8 lines
144 B
Kotlin
8 lines
144 B
Kotlin
//ALLOW_AST_ACCESS
|
|
//SKIP_IN_RUNTIME_TEST
|
|
package test
|
|
|
|
import java.lang.annotation.*
|
|
|
|
Retention(RetentionPolicy.RUNTIME) annotation class Anno
|