blob: 991dffb89a101c4e7e373193e88bf17f4af8762f [file] [log] [blame]
class A {
companion object {
class Foo(val a: Int = 1) {}
}
}
// CLASS: A$Companion$Foo
// HAS_DEFAULT_CONSTRUCTOR: true