[FIR2IR] Propagate NOT_IN statement origin when converting to IR

^KT-65636 Fixed
This commit is contained in:
Brian Norman
2024-02-14 11:18:39 -06:00
committed by Space Team
parent 6d634ac87f
commit 78bb0be7aa
4 changed files with 6 additions and 6 deletions
@@ -1,6 +1,3 @@
// IGNORE_BACKEND_K2: JVM_IR
// K2 disabled because of KT-65636
fun box() = expectThrowableMessage {
assert("Hello" !in listOf("Hello", "World"))
}