37b2e97e56
A swarm of tests fixed accordingly.
10 lines
300 B
Plaintext
Vendored
10 lines
300 B
Plaintext
Vendored
package test
|
|
|
|
internal var property: kotlin.Int
|
|
internal fun <get-property>(): kotlin.Int
|
|
test.Anno() internal fun <set-property>(/*0*/ value: kotlin.Int): kotlin.Unit
|
|
|
|
kotlin.annotation.annotation() internal final class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|