Last active
March 12, 2019 16:34
-
-
Save shkschneider/2e43a37605449b6774041a352584ff98 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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