mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Fixed issue #39
This commit is contained in:
parent
75a802d51a
commit
722f38dd68
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ pure nothrow TokenType lookupTokenType(const string input)
|
|||
return TokenType.Identifier;
|
||||
}
|
||||
|
||||
string combineTokens(ref const Token[] tokens)
|
||||
string combineTokens(const(Token)[] tokens)
|
||||
{
|
||||
auto app = appender!string();
|
||||
foreach (t; tokens)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue