package test

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