Files
kotlin-fork/plugins/kapt3/kapt3-cli/testData/integration-kapt4/defaultPackage/Usage.kt
T
2023-08-31 22:19:13 +00:00

8 lines
78 B
Kotlin
Vendored

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