Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
package
|
||||
|
||||
java.lang.Deprecated() public fun a(): kotlin.Unit
|
||||
java.util.ArrayList<kotlin.Int>() public fun b(): kotlin.Unit
|
||||
[ERROR : Xoo]() public fun c(): kotlin.Unit
|
||||
@java.lang.Deprecated() public fun a(): kotlin.Unit
|
||||
@java.util.ArrayList<kotlin.Int>() public fun b(): kotlin.Unit
|
||||
@[ERROR : Xoo]() public fun c(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user