Skip to content

Instantly share code, notes, and snippets.

@patrickcousins
Last active November 4, 2019 00:19
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 patrickcousins/f546b14cba8b8a9b3bc1f3c83d220737 to your computer and use it in GitHub Desktop.
Save patrickcousins/f546b14cba8b8a9b3bc1f3c83d220737 to your computer and use it in GitHub Desktop.
fun isRich(person: Person) : Boolean {
causeSideEffect()
readInternalState()
return unexpectedValue
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment