3a8ad45dec
Reverts and fixes 102f0d3
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
package test
|
|
|
|
test.Anno() internal fun function(): kotlin.Unit
|
|
|
|
internal final annotation class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|