Skip to content

Instantly share code, notes, and snippets.

@ruwanka
Last active March 8, 2018 17:50
Show Gist options
  • Save ruwanka/04f632c0e0ec22ca363c63bb9eb4392e to your computer and use it in GitHub Desktop.
Save ruwanka/04f632c0e0ec22ca363c63bb9eb4392e to your computer and use it in GitHub Desktop.
One line Student class with accessors + mutators + toString + hasCode
data class Student(var name: String, var age: Int, val gender: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment