Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created January 29, 2017 09:45
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 cyrilletuzi/300af9c9ab9b70074c46d3f58d4ef09b to your computer and use it in GitHub Desktop.
Save cyrilletuzi/300af9c9ab9b70074c46d3f58d4ef09b to your computer and use it in GitHub Desktop.
void myMethod(String required) {
myMethod(required, "default");
}
void myMethod(String required, String optional) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment