mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
12 lines
120 B
Kotlin
12 lines
120 B
Kotlin
class A {
|
|
default object Default
|
|
|
|
default object B
|
|
|
|
default object C {}
|
|
|
|
default object
|
|
|
|
object C
|
|
}
|