Guest User

Untitled

a guest
Jun 8th, 2018
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. data class Person(val name: String, val age: Int, val email: String)
  2.  
  3. val lazysoul = Person("lazysoul", 33, "kotlin@gmail.com")
  4. val goinhacker = Person("goinhacker", 36, "fp@gmail.com")
  5. val myeongin = Person("myeongin", 33, "myeongin@gmail.comm")
Add Comment
Please, Sign In to add comment