assert (original) (raw)

Throws an AssertionError if the value is false and runtime assertions have been enabled on the JVM using the -ea JVM option.

Since Kotlin

1.0


Throws an AssertionError calculated by lazyMessage if the value is false and runtime assertions have been enabled on the JVM using the -ea JVM option.

Since Kotlin

1.0

Throws an AssertionError if the value is false and runtime assertions have been enabled during compilation.

Since Kotlin

1.3


Throws an AssertionError calculated by lazyMessage if the value is false and runtime assertions have been enabled during compilation.

Since Kotlin

1.3