[Test] Update/unmute tests after previous fixes

It's hard to tell which exact commit fixed each test
This commit is contained in:
Dmitriy Novozhilov
2023-10-11 11:44:45 +03:00
committed by Space Team
parent 84f41b7d68
commit 3b6ad36af1
7 changed files with 8 additions and 17 deletions
@@ -2,9 +2,6 @@
// WITH_STDLIB
// FULL_JDK
// IGNORE_BACKEND_K2: JVM_IR
// FIR status: KT-57301 K2: `getOrDefault` and bridges are not generated for certain Map subclasses
abstract class AMap1<K1, V1>(private val m: Map<K1, V1>) : Map<K1, V1> by m
interface Value2