rook
class Foo (bar: Boolean = true) { constructor(thing: Int = 0) : this(thing == 1) companion object { fun ident() = Foo() } }