Files
2023-08-31 22:19:13 +00:00

8 lines
78 B
Kotlin
Vendored

package test
import RootClass
interface Usage {
fun test(): RootClass
}