Additional resolve for annotations in lazy resolve
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
annotation class Annotation
|
||||
|
||||
fun test() {
|
||||
<caret>Annotation fun some() {
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (test).Annotation
|
||||
Reference in New Issue
Block a user