We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09b19b commit 9a504f3Copy full SHA for 9a504f3
tests/compiler/duplicate-function-in-scope.json
@@ -1,7 +1,7 @@
1
{
2
"asc_flags": [],
3
"stderr": [
4
- "TS2300: Duplicate identifier 'inner'.",
5
- "EOF"
+ "EOF",
+ "TS2300: Duplicate identifier 'inner'."
6
]
7
}
0 commit comments