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