// WITH_RUNTIME fun test(foo: Int?) { if (foo == null) throw IllegalArgumentException("test") else println(1) }