Git fork
at reftables-rust 10 lines 133 B view raw
1class Example 2{ 3 public bool RIGHT { 4 get { return true; } 5 set 6 { 7 // ChangeMe 8 } 9 } 10}