Skip to content

Instantly share code, notes, and snippets.

@leonardoaramaki
Created June 9, 2017 16:24
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 leonardoaramaki/7b5ffba828587d9cb4676afbc9318a36 to your computer and use it in GitHub Desktop.
Save leonardoaramaki/7b5ffba828587d9cb4676afbc9318a36 to your computer and use it in GitHub Desktop.
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