Skip to content

Instantly share code, notes, and snippets.

@fbcbl
Created October 24, 2017 14:09
Show Gist options
  • Save fbcbl/6d58d573020e5c3b55ecceb3013a0edb to your computer and use it in GitHub Desktop.
Save fbcbl/6d58d573020e5c3b55ecceb3013a0edb to your computer and use it in GitHub Desktop.
kotlin_testing_pt3_example2
fun drink() {
if (canDrink) {
System.out.println("Drinking .. ")
} else {
throw UnderageDrinkingException()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment