Skip to content

Instantly share code, notes, and snippets.

@mrmurphy
Created March 20, 2015 19:23
Show Gist options
  • Save mrmurphy/9e232c58062a060229cf to your computer and use it in GitHub Desktop.
Save mrmurphy/9e232c58062a060229cf to your computer and use it in GitHub Desktop.
var foo = {
a: 'a',
b: 'b'
}
foo.c = 'c' // Flow errors here saying: Property not found in object literal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment