1 2 3
//! `Location::Location()` — Ast/include/Luau/Location.h:68. The all-zero span is //! exactly the derived `Default` on `Location` (`begin = end = Position(0,0)`), //! so the default constructor needs no separate body; see `records::location`.