Files
kotlin-fork/compiler/testData/diagnostics/tests/imports/ImportTwoTimes.txt
T
2015-09-08 02:04:32 +03:00

10 lines
147 B
Plaintext
Vendored

package
package myApp {
public fun needUmbrella(): kotlin.Boolean
}
package weatherForecast {
public fun weatherToday(): kotlin.String
}