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