JVM IR: Support -Xno-call-assertions

This commit is contained in:
Steven Schäfer
2020-01-22 12:01:08 +01:00
committed by Dmitry Petrov
parent 61e6d346aa
commit cf3e4608f3
9 changed files with 83 additions and 241 deletions
@@ -1,5 +1,4 @@
// KOTLIN_CONFIGURATION_FLAGS: +JVM.DISABLE_PARAM_ASSERTIONS, +JVM.DISABLE_CALL_ASSERTIONS
// IGNORE_BACKEND: JVM_IR
// FILE: noCallAssertions.kt
class AssertionChecker(val nullPointerExceptionExpected: Boolean) {