remove illegal left for of test

This commit is contained in:
Sebastian McKenzie 2015-02-23 21:36:42 +11:00
parent eea48f866d
commit ae8b1e242b
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
for (foo.bar of test) {
}

View File

@ -1,3 +0,0 @@
{
"throws": "Unknown node type \"MemberExpression\" in ForStatement"
}