Skip to content

Instantly share code, notes, and snippets.

@Flature
Created June 26, 2019 14:18
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 Flature/7648e3bbcb8b66dbc6430492f89d9758 to your computer and use it in GitHub Desktop.
Save Flature/7648e3bbcb8b66dbc6430492f89d9758 to your computer and use it in GitHub Desktop.
class Examples {
companion object {
var variable1 : Int? = null
val variable2 : Int = 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment