Adjust testData: get rid of obsolete annotations
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ package test
|
||||
|
||||
annotation class Anno(val value: String)
|
||||
|
||||
class Constructor [Anno(value = "string")]()
|
||||
class Constructor @Anno(value = "string") constructor()
|
||||
|
||||
Reference in New Issue
Block a user