6 lines
119 B
Kotlin
Vendored
6 lines
119 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
annotation class sourceann
|
|
|
|
@sourceann class AnnotatedAtSource
|