summaryrefslogtreecommitdiff
path: root/t/t4018/csharp-method
blob: 16b367aca2be6163b52d4a987ca4e35b66a58ea9 (plain)
1
2
3
4
5
6
7
8
9
10
class Example
{
    string Method(int RIGHT)
    {
        // Filler
        // Filler
 
        return "ChangeMe";
    }
}