// IS_APPLICABLE: false // WITH_RUNTIME // MIN_JAVA_VERSION: 1.7 fun foo() { if (1 == 0) { throw AssertionError("text", Exception()) } }