Skip to content

Commit

Permalink
Update tests/parser/namespace.ts
Browse files Browse the repository at this point in the history
Co-authored-by: CountBleck <Mr.YouKnowWhoIAm@protonmail.com>
  • Loading branch information
JesseCodeBones and CountBleck authored Oct 12, 2023
1 parent 7c6720b commit 6d6969d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parser/namespace.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let outsideVariable:i32 = 0;
let outsideVariable: i32 = 0;
declare namespace A {
outsideVariable = 42;
namespace B {
Expand Down

0 comments on commit 6d6969d

Please sign in to comment.