Employee.this - multiple declarations

Function Employee.this

this ();

Function Employee.this

this (
  string name,
  ubyte age
);

Function Employee.this

this (
  string name,
  ubyte age,
  Job job
);