Regenerate test data containing rendered descriptors

Introduced '@' after each annotation
This commit is contained in:
Denis Zharkov
2015-09-15 19:41:57 +03:00
parent 7ea7e3cc7c
commit 4850fd10f0
718 changed files with 2061 additions and 2061 deletions
@@ -18,4 +18,4 @@ annotation class Ann(
p6 = java.lang.Long.MAX_VALUE + 1
) class MyClass
// EXPECTED: Ann(p1 = 128, p2 = 32768, p3 = -2147483648, p4 = -2147483648, p5 = 2147483648.toLong(), p6 = -9223372036854775808.toLong())
// EXPECTED: @Ann(p1 = 128, p2 = 32768, p3 = -2147483648, p4 = -2147483648, p5 = 2147483648.toLong(), p6 = -9223372036854775808.toLong())