package test

internal trait A {
    internal open fun f(): jet.String
}
