package test

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