Join Slack
Powered by
TIL that plain old anonymous objects are actually ...
# announcements
d
damian
03/03/2017, 4:58 PM
TIL that plain old anonymous objects are actually usable
Copy code
val foo = object { val bar = "bar" } val bar = foo.bar // anonymous type, but no problem
K 1
2
Views
Open in Slack
Previous
Next