Skip to content

Instantly share code, notes, and snippets.

@redboltz
Created June 20, 2015 09:01
Show Gist options
  • Save redboltz/b30a393debd71b1e37ef to your computer and use it in GitHub Desktop.
Save redboltz/b30a393debd71b1e37ef to your computer and use it in GitHub Desktop.
MyClass mc = a == b ? c
: d == e ? f
: g;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment