1 module gherkin.location;
2 
3 ///
4 struct Location
5 {
6     ///
7     ulong column;
8     ///
9     ulong line;
10 }