His point is about why the named parameter is allo...
# announcements
m
His point is about why the named parameter is allowed when you type alias it first. For example, you don't need the type alias here:
val foo: (key: String) -> String = { it }
.