Get rid of deprecated annotations in testData
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ enum class My { ALPHA, BETA, OMEGA }
|
||||
|
||||
annotation class ann(vararg val m: My)
|
||||
|
||||
ann(My.ALPHA, My.BETA) annotation class annotated
|
||||
@ann(My.ALPHA, My.BETA) annotation class annotated
|
||||
|
||||
Reference in New Issue
Block a user