<@U0CD02F9P> commented on <@U6BM1N44U>’s file <htt...
# announcements
u
@kevinmost commented on @leonardkoch’s file https://kotlinlang.slack.com/files/U6BM1N44U/F6EEQD5PH/this_makes_me_sad___.kt: Agreed. Putting types there can help sometimes but not in this case since they're both strings. Would you have wanted something like
val (value = value, label = label)
? Or just a name-match where you have to use the name of the property to get it? Because that would be a breaking change