mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
9 lines
131 B
Kotlin
9 lines
131 B
Kotlin
class A {
|
|
class object {
|
|
class Foo(val a: Int = 1) {}
|
|
}
|
|
}
|
|
|
|
// CLASS: A$object$Foo
|
|
// HAS_DEFAULT_CONSTRUCTOR: true
|