/*EXPECTED 10 -10 */ class _Main { static function f.(a : (T) -> T = (x) -> x) : void { log a(10); } static function main(args : string[]) : void { _Main.f.(); _Main.f.((x) -> -x); } } // vim: set expandtab tabstop=2 shiftwidth=2 ft=jsx:

AltStyle によって変換されたページ (->オリジナル) /