summaryrefslogtreecommitdiff
path: root/t/t4018/csharp-method-special-chars
diff options
context:
space:
mode:
Diffstat (limited to 't/t4018/csharp-method-special-chars')
-rw-r--r--t/t4018/csharp-method-special-chars11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/t4018/csharp-method-special-chars b/t/t4018/csharp-method-special-chars
new file mode 100644
index 0000000..e6c7bc0
--- /dev/null
+++ b/t/t4018/csharp-method-special-chars
@@ -0,0 +1,11 @@
+class @Some_Type
+{
+ @Some_Type @Method_With_Underscore(int RIGHT)
+ {
+ // Filler
+ // Filler
+
+ // ChangeMe
+ return new @Some_Type();
+ }
+}