Skip to content

Instantly share code, notes, and snippets.

@szymonkozak
Created February 20, 2018 00:54
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 szymonkozak/07c6cd8da54be5c9e110933cc385b0a9 to your computer and use it in GitHub Desktop.
Save szymonkozak/07c6cd8da54be5c9e110933cc385b0a9 to your computer and use it in GitHub Desktop.
public final class Bar {
private final boolean is valid = true;
private final boolean is_valid = true;
public final boolean is_valid/* $FF was: is valid*/() {
return this.is valid;
}
public final boolean is_valid() {
return this.is_valid;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment