Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
package test
|
||||
|
||||
kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno(/*0*/ value: kotlin.String)
|
||||
public final val value: kotlin.String
|
||||
public final fun <get-value>(): kotlin.String
|
||||
}
|
||||
|
||||
public final class Constructor {
|
||||
/*primary*/ test.Anno(value = "string") public constructor Constructor()
|
||||
/*primary*/ @test.Anno(value = "string") public constructor Constructor()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user