Skip to content

Instantly share code, notes, and snippets.

@up1
Created June 14, 2015 03:47
Show Gist options
  • Save up1/8cfdfee9f4cb8f83c316 to your computer and use it in GitHub Desktop.
Save up1/8cfdfee9f4cb8f83c316 to your computer and use it in GitHub Desktop.
Facebook infer
class Hello {
int test() {
String s = null;
return s.length();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment