808c5abc0f
#KT-3085 Fixed
7 lines
96 B
Kotlin
Vendored
7 lines
96 B
Kotlin
Vendored
object o {
|
|
class Foo(val a: Int = 1) {}
|
|
}
|
|
|
|
// CLASS: o$Foo
|
|
// HAS_DEFAULT_CONSTRUCTOR: true
|