Variable SourceLocation.line

struct SourceLocation
{
  // ...
  ulong line ;
  // ...
}