look at this example: `fun foo(e: Any, list: List&...
# language-proposals
v
look at this example:
fun foo(e: Any, list: List<Any>) = list.first {e}