Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class AnnotatedMethod {
|
||||
/*primary*/ public constructor AnnotatedMethod()
|
||||
kotlin.Deprecated(value = "Deprecated in Java") public open fun f(): kotlin.Unit
|
||||
@kotlin.Deprecated(value = "Deprecated in Java") public open fun f(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user