Git fork
at reftables-rust 9 lines 96 B view raw
1class LEFT{ 2 class CENTER{ 3 fun RIGHT( a:Int){ 4 //comment 5 //comment 6 ChangeMe 7 } 8 } 9}