Get rid of deprecated annotations in testData

This commit is contained in:
Denis Zharkov
2015-09-14 17:40:41 +03:00
parent eebe66e041
commit bae3320d52
257 changed files with 433 additions and 463 deletions
@@ -11,7 +11,7 @@ annotation class Primitives(
val boolean: Boolean
)
Primitives(
@Primitives(
byte = 7,
char = '%',
short = 239,
@@ -23,7 +23,7 @@ Primitives(
)
class C
Primitives(
@Primitives(
byte = 7: Byte,
char = '%': Char,
short = 239: Short,