[Test] Update/unmute tests after previous fixes
It's hard to tell which exact commit fixed each test
This commit is contained in:
committed by
Space Team
parent
84f41b7d68
commit
3b6ad36af1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user