https://habr.com/ru/companies/alfa/articles/916536
https://habr.com/ru/companies/alfa/articles/917998
Виталя написал пару толковых статей про kotlin contracts
https://habr.com/ru/companies/alfa/articles/916536
https://habr.com/ru/companies/alfa/articles/917998
Виталя написал пару толковых статей про kotlin contracts
https://kotlinlang.org/docs/power-assert.html
The Kotlin Power-assert compiler plugin improves the debugging experience by providing detailed failure messages with contextual information. It simplifies the process of writing tests by automatically generating intermediate values in failure messages. It helps you understand why a test failed without needing complex assertion libraries.
Kotlin Explorer — это настольный инструмент для быстрого изучения дизассемблированного кода на Kotlin.
Он позволяет быстро и удобно дизассемблировать Kotlin-код в:
Как использовать
После запуска Kotlin Explorer введите корректный Kotlin-код в левую панель, затем нажмите Build > Build & Disassemble или используйте Cmd-Shift-D (macOS) / Ctrl-Shift-D (Linux и Windows).
По умолчанию:
Возможности