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