Last active
May 20, 2018 09:50
-
-
Save jwalgemoed/c155cb82a101a5af106b97ffb6dfcef1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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