Moved tests for imports into proper group
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package
|
||||
|
||||
package myApp {
|
||||
internal fun needUmbrella(): kotlin.Boolean
|
||||
}
|
||||
|
||||
package weatherForecast {
|
||||
internal fun weatherToday(): kotlin.String
|
||||
}
|
||||
Reference in New Issue
Block a user