Skip to content

Instantly share code, notes, and snippets.

@fasfsfgs
Last active September 29, 2021 12:13
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 fasfsfgs/6d0491fee4fa959bc0a27ff1b2f28fa0 to your computer and use it in GitHub Desktop.
Save fasfsfgs/6d0491fee4fa959bc0a27ff1b2f28fa0 to your computer and use it in GitHub Desktop.
public class MyClass {
public Integer add(Integer x, Integer y) {
return x + y + 1; // Yes. Let's add 1 to fail the intent of this method.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment