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