Parser tests for targeted annotations
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@file:foo
|
||||
@foo @bar
|
||||
@file:[baz]
|
||||
fun foo() {}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
@file:foo
|
||||
@foo @bar
|
||||
@file:[baz]
|
||||
fun foo() {}
|
||||