Last active
September 22, 2018 07:56
-
-
Save Sottti/57b7ef73d02af95cf27445e75aad455f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val steveJobs= User("Steve Jobs", 56) | |
val steveJobsToday= steveJobs.copy(age = 63) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment