## Context In addition to explicit assertions, support implicit assertions with the [power assert](https://kotlinlang.org/docs/power-assert.html) compiler plugin. * boolean expressions; * boolean methods; * assertions inside ifs; * no assertions inside closures.