10 lines
147 B
Plaintext
Vendored
10 lines
147 B
Plaintext
Vendored
package
|
|
|
|
package myApp {
|
|
public fun needUmbrella(): kotlin.Boolean
|
|
}
|
|
|
|
package weatherForecast {
|
|
public fun weatherToday(): kotlin.String
|
|
}
|