14 lines
No EOL
364 B
Text
14 lines
No EOL
364 B
Text
[System.String]::Empty;
|
|
[Foo.Bar+Baz]::Abc;
|
|
[int] 42;
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["namespace", "[System.String]"],"::Empty",["punctuation", ";"],
|
|
["namespace", "[Foo.Bar+Baz]"],"::Abc",["punctuation", ";"],
|
|
["namespace", "[int]"]," 42",["punctuation", ";"]
|
|
]
|
|
----------------------------------------------------
|
|
|
|
Testing namespaces |