4850fd10f0
Introduced '@' after each annotation
9 lines
226 B
Plaintext
Vendored
9 lines
226 B
Plaintext
Vendored
package test
|
|
|
|
@test.Anno() public val property: kotlin.Int
|
|
public fun <get-property>(): kotlin.Int
|
|
|
|
@kotlin.annotation.annotation() public final class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|