package test internal var foo: jet.Int internal fun (): jet.Int internal fun (/*0*/ test.A() test.B() value: jet.Int): jet.Unit internal final annotation class A : jet.Annotation { /*primary*/ public constructor A() } internal final annotation class B : jet.Annotation { /*primary*/ public constructor B() }