package test

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