Additional resolve for annotations in lazy resolve

This commit is contained in:
Nikolay Krasko
2013-07-25 15:23:05 +04:00
parent ab4452a508
commit 27efc3b202
7 changed files with 75 additions and 3 deletions
@@ -0,0 +1,10 @@
package test
annotation class Annotation
fun test() {
<caret>Annotation fun some() {
}
}
// REF: (test).Annotation