[FIR] Mute some tests back due to KT-64081

They were accidentally fixed with `[FIR] Process all overridden members from intersection scopes`
  commit, which itself introduced incorrect behavior, which was properly
  fixed with ... commit. So KT-64081 started to appear again
This commit is contained in:
Dmitriy Novozhilov
2023-12-05 14:52:07 +02:00
committed by Space Team
parent bc95c5d142
commit 4a2f9a5123
7 changed files with 192 additions and 2 deletions
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2: JVM_IR
open class SuperFoo {
public fun bar() {
if (this is Foo) {