comment name fix
This commit is contained in:
parent
6f39278724
commit
8f41b363b0
|
|
@ -63,7 +63,7 @@ ScopeSymbolPair generateAutocompleteTrees(const(Token)[] tokens,
|
|||
return;
|
||||
visited.insert(cast(size_t) part);
|
||||
|
||||
// no type but a callTip, let's resolve its type
|
||||
// no type but a typeSymbolName, let's resolve its type
|
||||
if (part.type is null && part.typeSymbolName !is null)
|
||||
{
|
||||
import std.string: indexOf;
|
||||
|
|
|
|||
Loading…
Reference in New Issue