Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
@@ -4,4 +4,4 @@ annotation class Ann(val c1: Char)
|
||||
|
||||
@Ann('a' - 'a') class MyClass
|
||||
|
||||
// EXPECTED: Ann(c1 = 0)
|
||||
// EXPECTED: @Ann(c1 = 0)
|
||||
|
||||
Reference in New Issue
Block a user