Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ package test
|
||||
|
||||
public var property: kotlin.Int
|
||||
public fun <get-property>(): kotlin.Int
|
||||
test.Anno() public fun <set-property>(/*0*/ value: kotlin.Int): kotlin.Unit
|
||||
@test.Anno() public fun <set-property>(/*0*/ value: kotlin.Int): kotlin.Unit
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user