We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6720b commit 6d6969dCopy full SHA for 6d6969d
tests/parser/namespace.ts
@@ -1,4 +1,4 @@
1
-let outsideVariable:i32 = 0;
+let outsideVariable: i32 = 0;
2
declare namespace A {
3
outsideVariable = 42;
4
namespace B {
0 commit comments