1.1 allows `_` for unused parameters of lambda exp...
# announcements
n
1.1 allows
_
for unused parameters of lambda expressions (and it seems also for unused values in a destructive assignments). Why does that not also work for unused parameters of methods? e.g.
fun main(_: Array<String>) {
Thread in Slack Conversation hey, beauty is in the eye of the beholder! but really, the intent was the same as in the other usages of `_`: signal the body that we do not want to use this value. But I guess the "what about named parameters?" point means this idea is officially dead.