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