Files
kotlin-fork/idea/testData/decompiler/decompiledText/Inherited.expected.kt
T
2015-09-08 02:05:30 +03:00

10 lines
279 B
Kotlin
Vendored

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public interface Inherited : dependency.Base {
public companion object {
public final val INT_CONST: kotlin.Int /* compiled code */
}
}