package

package myApp {
    internal fun needUmbrella(): kotlin.Boolean
}

package weatherForecast {
    internal fun weatherToday(): kotlin.String
}
