Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Last active May 20, 2018 09:50
Show Gist options
  • Save jwalgemoed/c155cb82a101a5af106b97ffb6dfcef1 to your computer and use it in GitHub Desktop.
Save jwalgemoed/c155cb82a101a5af106b97ffb6dfcef1 to your computer and use it in GitHub Desktop.
var variable = returnValue(); // Type is inferred from the return type of the method
// Method declaration
public String returnValue() {
return "w00p";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment