From 037de004c68d704abf839eebe075c58c9603f8f3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 20 May 2024 07:14:36 +0200 Subject: Adding upstream version 1:2.45.1. Signed-off-by: Daniel Baumann --- t/t4018/csharp-method | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 t/t4018/csharp-method (limited to 't/t4018/csharp-method') diff --git a/t/t4018/csharp-method b/t/t4018/csharp-method new file mode 100644 index 0000000..16b367a --- /dev/null +++ b/t/t4018/csharp-method @@ -0,0 +1,10 @@ +class Example +{ + string Method(int RIGHT) + { + // Filler + // Filler + + return "ChangeMe"; + } +} -- cgit v1.2.3