Created
June 7, 2020 12:21
-
-
Save NoNews/ca028f2f56a7f5be32fb6df8f4fda901 to your computer and use it in GitHub Desktop.
This file contains 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 user2 = User(id = 9986, name = "Diane Nguyen") | |
val key = Key(user2.name) | |
map[key] = user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment