Remove cast that was causing type error

This commit is contained in:
Matt Bierner 2019-02-19 16:41:24 -08:00
parent b12db0b0e8
commit 5c5d64e601

View file

@ -74,7 +74,7 @@ class DocumentSymbolAdapter {
containerName: info.containerName,
range: typeConvert.Range.from(info.location.range),
selectionRange: typeConvert.Range.from(info.location.range),
children: [] as DocumentSymbol[]
children: []
};
while (true) {