Skip to content

Commit

Permalink
????
Browse files Browse the repository at this point in the history
  • Loading branch information
HeronErin committed Apr 23, 2024
1 parent 1669130 commit 4ca6591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/treegen.d
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ unittest
size_t index = 0;
auto scopeData = new ScopeData;
parseLine("int x, y, z = 4*5+2;".tokenizeText, index, scopeData);
// scopeData.declaredVariables.writeln;
scopeData.declaredVariables[0].name.names.length.writeln;
scopeData.declaredVariables[0].name.names[0].writeln;
}

0 comments on commit 4ca6591

Please sign in to comment.