10 lines
121 B
Kotlin
10 lines
121 B
Kotlin
package test
|
|
|
|
annotation class Annotation
|
|
|
|
fun test() {
|
|
<caret>Annotation fun some() {
|
|
}
|
|
}
|
|
|
|
// REF: (test).Annotation |