Skip to content

Instantly share code, notes, and snippets.

@shkschneider
Last active March 12, 2019 16:34
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 shkschneider/2e43a37605449b6774041a352584ff98 to your computer and use it in GitHub Desktop.
Save shkschneider/2e43a37605449b6774041a352584ff98 to your computer and use it in GitHub Desktop.
fun returnsUnit() {
methodReturningBoolean()
}
fun returnsAnImplicitBoolean() = methodReturningBoolean()
private fun methodReturningBoolean() = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment