Skip to content

Commit 7c6720b

Browse files
Update according to review
Co-authored-by: Congcong Cai <[email protected]>
1 parent c7bac75 commit 7c6720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/parser/namespace.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ declare namespace A {
1515
var aVar: i32;
1616
}
1717
}
18-
return; // // ERROR 1108: A 'return' statement can only be used within a function body.
18+
return; // 1108: A 'return' statement can only be used within a function body.
1919
}

0 commit comments

Comments
 (0)