pub type FileRange = FileRangeWrapper<FileId>;
struct FileRange { pub file_id: FileId, pub range: TextRange, }
file_id: FileId
range: TextRange