mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Fix #69
This commit is contained in:
parent
149b37a1a1
commit
9952bfced1
1 changed files with 1 additions and 0 deletions
|
@ -732,6 +732,7 @@ alias core.sys.posix.stdio.fileno fileno;
|
|||
node.identifier = advance();
|
||||
break;
|
||||
case lParen:
|
||||
advance();
|
||||
node.argumentList = parseArgumentList();
|
||||
expect(rParen);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue