Represents a line of code in a certain file.
Converts the structure to a JSON string
SourceLocation string representation should be a JSON string
SourceLocation("file.d", 10).toString.should.equal(`{ "fileName": "file.d", "line": 10 }`);
See Implementation
Represents a line of code in a certain file.