I personally prefer the syntax `expect {}.throws&l...
# strikt
x
I personally prefer the syntax
expect {}.throws<>()
than
throws<> {}
- I think it’s more readable.