fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package
|
||||
|
||||
package myApp {
|
||||
internal fun needUmbrella(): kotlin.Boolean
|
||||
public fun needUmbrella(): kotlin.Boolean
|
||||
}
|
||||
|
||||
package weatherForecast {
|
||||
internal fun weatherToday(): kotlin.String
|
||||
public fun weatherToday(): kotlin.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user