Files
kotlin-fork/idea/testData/resolve/references/AnnotationInsideFunction.kt
T
2013-07-27 03:57:18 +04:00

10 lines
121 B
Kotlin

package test
annotation class Annotation
fun test() {
<caret>Annotation fun some() {
}
}
// REF: (test).Annotation