if I am not mistaken, you can have an annotation o...
# language-proposals
v
if I am not mistaken, you can have an annotation on any expression, so
list.filter @pure {it > 2}
is totally possible