class Main { static function main() { final chickenEgg = ["b", "a"]; chickenEgg.sort(Reflect.compare); } }