Skip to content

Instantly share code, notes, and snippets.

@westonal
Created January 22, 2019 17:28
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 westonal/6c4fc6d067238f2bd45246cf1c4ec9a7 to your computer and use it in GitHub Desktop.
Save westonal/6c4fc6d067238f2bd45246cf1c4ec9a7 to your computer and use it in GitHub Desktop.
/**
* When used at the end of a `when` block which return value's not used, forces all branches to be listed.
*/
@Suppress("NOTHING_TO_INLINE")
inline fun <T> T?.exhaustive() = this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment