Skip to content

Instantly share code, notes, and snippets.

@nithril
Last active December 20, 2015 07:39
Show Gist options
  • Save nithril/6094771 to your computer and use it in GitHub Desktop.
Save nithril/6094771 to your computer and use it in GitHub Desktop.
Why groovy does not complain ? https://jira.codehaus.org/browse/GROOVY-5168
@TypeChecked
File doSomething(){
//Oops, return nothing explicitly
}
assert doSomething() == null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment