Files
kotlin-fork/compiler/testData/diagnostics/tests/imports/ImportTwoTimes.txt
T
2015-01-21 20:10:16 +03:00

10 lines
151 B
Plaintext

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