Parser: added the support file annotations.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package bar
|
||||
|
||||
[file: foo]
|
||||
val prop
|
||||
|
||||
[file:bar baz]
|
||||
fun func() {}
|
||||
|
||||
[file:baz]
|
||||
class C
|
||||
|
||||
[file:]
|
||||
trait T
|
||||
Reference in New Issue
Block a user