Parser tests for targeted annotations
This commit is contained in:
+16
@@ -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
|
||||
Reference in New Issue
Block a user