10 lines
121 B
Kotlin
Vendored
10 lines
121 B
Kotlin
Vendored
package test
|
|
|
|
import dependency.*
|
|
|
|
interface Inherited : Base {
|
|
companion object {
|
|
val INT_CONST = 1
|
|
}
|
|
}
|