package

package a {
}

package b {
    internal fun foo(): kotlin.Int
}

package c {
    internal fun foo(): kotlin.Int
}
