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