: User data class User(val name: String, val twitterId: String, val githubId: String, val company: String) print("Name : ${aakira.name}”) println("Github Id : ${aakira.githubId}") print("Twitter Id : ${aakira.twitterId}") println("Company : ${aakira.company}") $ whois
Nothing to represent "a value that never exists”: for example, if a function has the return type of Nothing, it means that it never returns (always throws an exception). Nothing