Skip to content

Instantly share code, notes, and snippets.

@lrytz
Last active February 2, 2016 09:21
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 lrytz/2c6a88190e66703298f0 to your computer and use it in GitHub Desktop.
Save lrytz/2c6a88190e66703298f0 to your computer and use it in GitHub Desktop.
/*
* Decompiled with CFR 0_110.
*
* Could not load the following classes:
* C
*/
public class C {
public int compare(boolean x, boolean y) {
int n = false == x && true == y ? -1 : (true == x && false == y ? 1 : 0);
return n;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment