Files

10 lines
97 B
Kotlin
Vendored

package test
annotation class Annotation
fun test() {
@<caret>Annotation fun some() {
}
}