remove unneeded libs
This commit is contained in:
-14
@@ -1,14 +0,0 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user