mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
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
|