diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/gs.cs')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/gs.cs | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/gs.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/gs.cs deleted file mode 100644 index 16adc604..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/gs.cs +++ /dev/null @@ -1,30 +0,0 @@ -private string s = ""; -public int Amount -{ -get -{ -; -} -set -{ -; -} -} -public EventHandler MyCustomEventHandler -{ -add -{ -; -} -remove -{ -; -} -} -public this[string index] -{ -get; -set; -} -private string s2 = ""; - |