``` class X{ fun doWhatever(first : Int, second...
# language-proposals
g
Copy code
class X{

  fun doWhatever(first : Int, second: Double, third: DomainThing) = TODO();

  null object NullX : X {};
}