Skip to content

Instantly share code, notes, and snippets.

@nyuichi
Last active December 10, 2015 00:38
Show Gist options
  • Select an option

  • Save nyuichi/4352282 to your computer and use it in GitHub Desktop.

Select an option

Save nyuichi/4352282 to your computer and use it in GitHub Desktop.
class Hoge {
static function hoge () : void {
(function () : void {
[1].forEach(function (_) { // fail to inline this function
Hoge.hoge();
});
})();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment