Right, `class` and `val` work because they're decl...
# announcements
k
Right,
class
and
val
work because they're declarations, but
with
is an expression so it doesn't work.