Variable ReturnStatement.startLocation

class ReturnStatement
{
  // ...
  ulong startLocation;
  // ...
}