This commit is contained in:
Hackerpilot 2013-11-16 23:40:47 +00:00
parent 53f9345555
commit 9c0626e154
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ const(ACSymbol)*[] getSymbolsByTokenChain(T)(const(Scope)* completionScope,
else else
{ {
Log.trace("Found ", symbols[0].name, " at ", symbols[0].location, Log.trace("Found ", symbols[0].name, " at ", symbols[0].location,
" with type ", symbols[0].type.name); " with type", symbols[0].type is null ? "null" : symbols[0].type.name);
} }
if (completionType == CompletionType.identifiers if (completionType == CompletionType.identifiers