10cc86c975
Java doesn't support import from default package. We can't fix it, so we warn about it. #KT-36743
8 lines
78 B
Kotlin
Vendored
8 lines
78 B
Kotlin
Vendored
package test
|
|
|
|
import RootClass
|
|
|
|
interface Usage {
|
|
fun test(): RootClass
|
|
}
|