12 lines
150 B
Kotlin
Vendored
12 lines
150 B
Kotlin
Vendored
interface A {
|
|
fun foo() = 1
|
|
|
|
object C {
|
|
|
|
}
|
|
|
|
companion object {}
|
|
}
|
|
|
|
// 2 public final static INNERCLASS A\$DefaultImpls A DefaultImpls
|