Skip to content

Commit

Permalink
chore: update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 4, 2021
1 parent 305b52b commit fafff94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
@@ -1,4 +1,4 @@
class A {
+#foo;
-#foo;
-#bar;
}
@@ -1,9 +1,6 @@
{
"type": "File",
"start":0,"end":29,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":1}},
"errors": [
"SyntaxError: Duplicate private name #foo. (3:3)"
],
"program": {
"type": "Program",
"start":0,"end":29,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":1}},
Expand Down Expand Up @@ -57,8 +54,8 @@
"start":22,"end":26,"loc":{"start":{"line":3,"column":3},"end":{"line":3,"column":7}},
"id": {
"type": "Identifier",
"start":23,"end":26,"loc":{"start":{"line":3,"column":4},"end":{"line":3,"column":7},"identifierName":"foo"},
"name": "foo"
"start":23,"end":26,"loc":{"start":{"line":3,"column":4},"end":{"line":3,"column":7},"identifierName":"bar"},
"name": "bar"
}
},
"value": null
Expand Down

0 comments on commit fafff94

Please sign in to comment.