Skip to content

Instantly share code, notes, and snippets.

@gkhays
Created October 27, 2015 20:04
Show Gist options
  • Save gkhays/c939d2902d39af188049 to your computer and use it in GitHub Desktop.
Save gkhays/c939d2902d39af188049 to your computer and use it in GitHub Desktop.
class Hello {
int test() {
String s = null;
return s == null ? 0 : s.length();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment