Created
June 9, 2017 16:24
-
-
Save leonardoaramaki/7b5ffba828587d9cb4676afbc9318a36 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
val user: User = getUser() ?: throw IllegalStateException("User not found!") | |
println("Hello, ${user.name}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment