JVM_IR: discard results of nonexhaustive whens' branches

This commit is contained in:
pyos
2019-10-16 15:53:50 +02:00
committed by max-kammerer
parent cfa9950c22
commit d1f25d1c26
2 changed files with 8 additions and 8 deletions

View File

@@ -18,6 +18,3 @@ inline fun inlineCall(predicate: (String?) -> Boolean): Boolean {
// 0 LINENUMBER 7
// 0 LINENUMBER 8
// 1 LINENUMBER 9
// Not actually inlined, so there is a LINENUMBER 7 because the if's body is not considered dead.
// IGNORE_BACKEND: JVM_IR