This unit in VSCode will break document symbols. Sublime Text works however so this may be related to DocumentSymbol vs SymbolInformation. ```pascal unit Test; interface type TMyRecord = record end; operator := (u: Integer): TMyRecord; implementation end. ```