Frontend: added the support file annotations to TopDownAnalyzer.

This commit is contained in:
Zalim Bashorov
2014-09-09 13:48:49 +04:00
parent 486b6be32c
commit 6d0bcf8b32
3 changed files with 60 additions and 21 deletions
@@ -1,3 +1,5 @@
[file: ANNOTATION]
package test
import test.MyEnum.*
@@ -50,4 +52,4 @@ annotation class AnnClass(a: Class<*>)
enum class MyEnum {
A
}
}