Parser: added the support file annotations.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[ann] fun foo(): String? = null
|
||||
|
||||
annotation class ann
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
[ann] fun foo(): String? = null
|
||||
|
||||
annotation class ann
|
||||