JVM_IR: Respect -Xno-param-assertions

This commit is contained in:
Steven Schäfer
2019-07-02 10:14:56 +02:00
committed by Alexander Udalov
parent dd20b74030
commit da8fb3a195
5 changed files with 3 additions and 4 deletions
@@ -1,5 +1,4 @@
// KOTLIN_CONFIGURATION_FLAGS: +JVM.DISABLE_PARAM_ASSERTIONS
// IGNORE_BACKEND: JVM_IR
fun <T> foo(a: List<T>) {
val t: T = a.get(0)