<@U0PQ0GVLM> commented on <@U0VLGG345>’s file <htt...
# announcements
u
@marcinmoskala commented on @gregd’s file https://kotlinlang.slack.com/files/U0VLGG345/F5X49H6LC/-.kt:
Copy code
class User(val map: Map<String, Any?>) {
    val name: String by map
    val age: Int by map
}