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