Remove @annotation from test data
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ package test
|
||||
public val property: kotlin.Int
|
||||
@test.Anno() public fun <get-property>(): kotlin.Int
|
||||
|
||||
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
||||
public final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user