Referencing fixes and more

This commit is contained in:
Luuk de Gram
2021-03-03 16:34:24 +01:00
parent 92adeb8826
commit a699dab2f7
3 changed files with 119 additions and 124 deletions

View File

@@ -361,7 +361,7 @@ fn nodeToCompletion(
.arena = arena,
.orig_handle = orig_handle,
};
try analysis.iterateSymbolsContainer(&document_store, arena, node_handle, orig_handle, declToCompletion, context, is_type_val);
try analysis.iterateSymbolsContainer(&document_store, arena, node_handle, orig_handle, declToCompletion, context, !is_type_val);
}
if (is_type_val) return;