mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
17 lines
164 B
Kotlin
Vendored
17 lines
164 B
Kotlin
Vendored
// A
|
|
|
|
class A {
|
|
class B {
|
|
object I
|
|
|
|
object II
|
|
}
|
|
|
|
object C {
|
|
object D {
|
|
object G
|
|
}
|
|
}
|
|
}
|
|
|
|
// FIR_COMPARISON |