We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed007c3 commit 87fb7acCopy full SHA for 87fb7ac
1 file changed
src/es-statements/dxns-statement.md
@@ -5,7 +5,7 @@ The `default xml namespace` statement is used to specify the default E4X namespa
5
```
6
namespace ninja = "http://www.ninja.com/build/2007"
7
8
-{
+function f(): void {
9
default xml namespace = ninja
10
// [[DefaultXMLNamespace]] = "http://www.ninja.com/build/2007"
11
}
@@ -20,4 +20,4 @@ namespace ninja = "http://www.ninja.com/build/2007"
20
<ul>
21
<b>default</b> [no line break] <b>xml</b> [no line break] <b>namespace</b> <b>=</b> <i>NonAssignmentExpression</i><sup>allowIn</sup>
22
</ul>
23
-</ul>
+</ul>
0 commit comments