Skip to content

Instantly share code, notes, and snippets.

@fbcbl
Created October 24, 2017 14:09
Show Gist options
  • Save fbcbl/9d4710893edf8b4fd9abea2e4dc7ea31 to your computer and use it in GitHub Desktop.
Save fbcbl/9d4710893edf8b4fd9abea2e4dc7ea31 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