Skip to content

Instantly share code, notes, and snippets.

@jeffmo
Last active October 23, 2015 04:16
Show Gist options
  • Save jeffmo/d375938fae53ddf2f705 to your computer and use it in GitHub Desktop.
Save jeffmo/d375938fae53ddf2f705 to your computer and use it in GitHub Desktop.
/* @flow */
function foo() {
arguments;
}
> flow type-at-pos A.js 4 6
any
/home/jeffmo/test_dir/A.js:4:3,4:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment