Improved parser to handle variables
This commit is contained in:
@@ -17,8 +17,8 @@ public lib Main {
|
||||
}
|
||||
|
||||
private func testForEach(): void {
|
||||
var list = [];
|
||||
list.forEach(e => {
|
||||
var loopList = [];
|
||||
loopList.forEach(e => {
|
||||
output(e);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user