package

package a {
    internal fun bar(): kotlin.Int
    internal fun doSmth(): kotlin.Unit
    internal fun foo(): kotlin.Int
}
