Git fork
at reftables-rust 7 lines 97 B view raw
1class Klass 2{ 3 final public function RIGHT(): string 4 { 5 return 'ChangeMe'; 6 } 7}