Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ annotation class Ann(
|
||||
|
||||
@Ann(1, 1.toLong()) class MyClass
|
||||
|
||||
// EXPECTED: Ann(b1 = 1.toLong(), b2 = 1.toLong())
|
||||
// EXPECTED: @Ann(b1 = 1.toLong(), b2 = 1.toLong())
|
||||
Reference in New Issue
Block a user