summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/gs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/gs.cs')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/gs.cs30
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/gs.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/gs.cs
deleted file mode 100644
index 16adc604..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.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 = "";
-