enum class Foo(val a: Int = 1) { A() } // CLASS: Foo // HAS_DEFAULT_CONSTRUCTOR: false