// FIX: Replace with 'require()' call // WITH_RUNTIME fun test(b: Boolean) { if (b) { // comment1 throw IllegalArgumentException("test") // comment2 } }