groostav
class X{ fun doWhatever(first : Int, second: Double, third: DomainThing) = TODO(); null object NullX : X {}; }