Skip to content

Instantly share code, notes, and snippets.

@abdurahmanadilovic
Created January 24, 2018 07:15
Show Gist options
  • Save abdurahmanadilovic/727d25ac09290856b7764fa7d6419d00 to your computer and use it in GitHub Desktop.
Save abdurahmanadilovic/727d25ac09290856b7764fa7d6419d00 to your computer and use it in GitHub Desktop.
Kotlin primary constructor
class Person(val firstName: String, val lastName: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment