Files
kotlin/compiler/testData/codegen/bytecodeText/interfaceDefaultImpl.kt
2015-09-30 08:19:51 +03:00

12 lines
150 B
Kotlin
Vendored

interface A {
fun foo() = 1
object C {
}
companion object {}
}
// 2 public final static INNERCLASS A\$DefaultImpls A DefaultImpls