JVM IR: Fix BridgeLowering
This commit is contained in:
committed by
Georgy Bronnikov
parent
461d8ef368
commit
07737f8fc6
@@ -1,8 +1,5 @@
|
||||
//FULL_JDK
|
||||
|
||||
// In BridgeLowering, no concrete overwrite is found for getOrDefault.
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
class KotlinMap1<K, V> : java.util.AbstractMap<K, V>() {
|
||||
override val entries: MutableSet<MutableMap.MutableEntry<K, V>>
|
||||
get() = throw UnsupportedOperationException()
|
||||
|
||||
Reference in New Issue
Block a user