Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created April 14, 2017 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/2e9323f35606411c9d707942bab07580 to your computer and use it in GitHub Desktop.
Save goofmint/2e9323f35606411c9d707942bab07580 to your computer and use it in GitHub Desktop.
// @flow
function square(n: number): number {
return n * n;
}
square("2", "2"); // Error!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment