Files
kotlin-fork/idea/testData/decompiler/decompiledText/Inherited/Inherited.kt
T
2015-09-01 15:06:45 +03:00

10 lines
121 B
Kotlin
Vendored

package test
import dependency.*
interface Inherited : Base {
companion object {
val INT_CONST = 1
}
}