mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
package test
|
|
|
|
internal final annotation class Anno : jet.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
|
|
internal final class Class {
|
|
/*primary*/ public constructor Class()
|
|
internal final fun foo(/*0*/ test.Anno() x: jet.String): jet.Unit
|
|
}
|