mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
package test
|
|
|
|
internal fun foo(/*0*/ test.Anno() x: jet.Int): jet.Unit
|
|
|
|
internal final annotation class Anno : jet.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|