Fixed test data to use only annotation syntax with @
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
MyAnnotation("f", "s") fun test1() {}
|
||||
@MyAnnotation("f", "s") fun test1() {}
|
||||
|
||||
MyAnnotation("f", "s") class Test1() {}
|
||||
@MyAnnotation("f", "s") class Test1() {}
|
||||
|
||||
MyAnnotation("f", "s") val test3 = 1
|
||||
@MyAnnotation("f", "s") val test3 = 1
|
||||
|
||||
annotation class MyAnnotation(val first: String, val second: String)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user