5c19cb3fcb
Co-authored-by: Alexander Udalov <Alexander.Udalov@jetbrains.com>
8 lines
78 B
Kotlin
Vendored
8 lines
78 B
Kotlin
Vendored
package test
|
|
|
|
import RootClass
|
|
|
|
interface Usage {
|
|
fun test(): RootClass
|
|
}
|