Additional resolve for annotation on top level classes

This commit is contained in:
Nikolay Krasko
2015-07-21 21:20:08 +03:00
parent 7b85f88dfd
commit cbd4b6e204
3 changed files with 26 additions and 1 deletions
@@ -2,6 +2,8 @@ MyAnnotation("f", "s") fun test1() {}
MyAnnotation("f", "s") class Test1() {}
MyAnnotation("f", "s") val test3 = 1
annotation class MyAnnotation(val first: String, val second: String)
// ANNOTATION: MyAnnotation