Skip to content

Instantly share code, notes, and snippets.

@szymonkozak
Created February 20, 2018 00:51
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 szymonkozak/1d846e8b10b99d93e25f7432613925b0 to your computer and use it in GitHub Desktop.
Save szymonkozak/1d846e8b10b99d93e25f7432613925b0 to your computer and use it in GitHub Desktop.
class Foo {
val number
get() = if (isValid) 1 else 0
val product = number * 2
val isValid = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment