package test

internal trait A {
    public abstract var p : jet.Int
    internal abstract val v : jet.Int
    internal abstract fun f() : jet.Int
}
