Parser tests for targeted annotations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
|
||||
@get:An
|
||||
@set:An
|
||||
@sparam:An
|
||||
var a: String = "A"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user