Skip to content

Instantly share code, notes, and snippets.

@Pavneet-Sing
Created May 6, 2020 18:03
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 Pavneet-Sing/660cf05468d776cc34903cfbacc56b8a to your computer and use it in GitHub Desktop.
Save Pavneet-Sing/660cf05468d776cc34903cfbacc56b8a to your computer and use it in GitHub Desktop.
// Simple kotlin class without data keyword
class Person{
lateinit var name: String
var occupation: String? = null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment