We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bac75 commit 7c6720bCopy full SHA for 7c6720b
tests/parser/namespace.ts
@@ -15,5 +15,5 @@ declare namespace A {
15
var aVar: i32;
16
}
17
18
- return; // // ERROR 1108: A 'return' statement can only be used within a function body.
+ return; // 1108: A 'return' statement can only be used within a function body.
19
0 commit comments