mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
22 lines
226 B
Kotlin
22 lines
226 B
Kotlin
class A {
|
|
class B
|
|
object G
|
|
|
|
default object {
|
|
class C
|
|
object H
|
|
|
|
fun foo() {
|
|
class DLocal
|
|
object KLocal
|
|
}
|
|
}
|
|
|
|
fun foo2() {
|
|
class ELocal {
|
|
class FLocal
|
|
}
|
|
object LLocal
|
|
}
|
|
}
|