mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
11 lines
266 B
Plaintext
11 lines
266 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 jet.String.foo(/*0*/ test.Anno() x: jet.Int): jet.Int
|
|
}
|