Files
kotlin-fork/compiler/testData/diagnostics/tests/scopes/ImportTwoTimes.txt
T

9 lines
150 B
Plaintext

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