sys::Obj compiler::Location
Location provides a source file, line number, and column number.
Int col
Str file
Str fileUri()
Str filename()
Int line
new make(Str file, Int line := def, Int col := def)
new makeFile(File file)
new makeUninit()
Str toLocationStr()
override Str toStr()