Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Last active May 19, 2018 07:37
Show Gist options
  • Select an option

  • Save jwalgemoed/dac7496d58af26712e91fb68414a3e15 to your computer and use it in GitHub Desktop.

Select an option

Save jwalgemoed/dac7496d58af26712e91fb68414a3e15 to your computer and use it in GitHub Desktop.
class SomeClass {
// Kotlin allows this, as you can specify the intended type here
var property: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment