Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
@@ -9,4 +9,4 @@ annotation class Ann(
|
||||
|
||||
@Ann(1 % 1, 1 % 1, 1 % 1, 1 % 1) class MyClass
|
||||
|
||||
// EXPECTED: Ann(b = 0.toByte(), i = 0, l = 0.toLong(), s = 0.toShort())
|
||||
// EXPECTED: @Ann(b = 0.toByte(), i = 0, l = 0.toLong(), s = 0.toShort())
|
||||
|
||||
Reference in New Issue
Block a user