summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cs/10041-gs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cs/10041-gs.cs')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cs/10041-gs.cs37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cs/10041-gs.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cs/10041-gs.cs
deleted file mode 100644
index ba9f873e..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cs/10041-gs.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-private string s = "";
-
-public int Amount
-{
- get
- {
- ;
- }
-
- set
- {
- ;
- }
-}
-
-public EventHandler MyCustomEventHandler
-{
- add
- {
- ;
- }
-
- remove
- {
- ;
- }
-}
-
-public this[string index]
-{
- get;
-
- set;
-}
-
-private string s2 = "";
-