JVM IR: Support -Xno-call-assertions
This commit is contained in:
committed by
Dmitry Petrov
parent
61e6d346aa
commit
cf3e4608f3
-1
@@ -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) {
|
||||
|
||||
+4
@@ -19,3 +19,7 @@ public class J {
|
||||
|
||||
public static J j() { return null; }
|
||||
}
|
||||
|
||||
// @TestKt.class:
|
||||
// 0 checkNotNullExpressionValue
|
||||
// 0 checkExpressionValueIsNotNull
|
||||
Reference in New Issue
Block a user