Parser tests for targeted annotations

This commit is contained in:
Yan Zhulanow
2015-07-17 19:07:24 +03:00
parent 2f1def6832
commit a1eb544807
39 changed files with 1338 additions and 57 deletions
@@ -0,0 +1,16 @@
package bar
@file:foo
val prop
@file:[bar baz]
fun func() {}
@file:[baz]
class C
@file:
trait T
@file:[]
trait T