10 lines
97 B
Kotlin
Vendored
10 lines
97 B
Kotlin
Vendored
package test
|
|
|
|
annotation class Annotation
|
|
|
|
fun test() {
|
|
@<caret>Annotation fun some() {
|
|
}
|
|
}
|
|
|