Git fork
at reftables-rust 10 lines 150 B view raw
1class Example 2{ 3 string Method(int RIGHT, int b, int c = 42) 4 { 5 // Filler 6 // Filler 7 8 return "ChangeMe"; 9 } 10}