mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
8 lines
187 B
Plaintext
Vendored
8 lines
187 B
Plaintext
Vendored
package test
|
|
|
|
test.Anno() internal fun function(): kotlin.Unit
|
|
|
|
kotlin.annotation.annotation() internal final class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|