Get rid of deprecated annotations in testData
This commit is contained in:
@@ -6,7 +6,7 @@ annotation class Ann(
|
||||
val p5: Int
|
||||
)
|
||||
|
||||
Ann(
|
||||
@Ann(
|
||||
p1 = java.lang.Integer.MAX_VALUE + 1,
|
||||
p2 = 1 + 1,
|
||||
p4 = 1 + 1,
|
||||
|
||||
Reference in New Issue
Block a user