8 lines
100 B
Kotlin
Vendored
8 lines
100 B
Kotlin
Vendored
package test
|
|
|
|
annotation class Annotation
|
|
|
|
@<caret>Annotation class Some
|
|
|
|
// REF: (test).Annotation
|