JVM_IR: Generate args check in existing methods for special bridge methods.
Fix the number of arguments checked (1 for getOrDefault and 2 for remove).
This commit is contained in:
committed by
Georgy Bronnikov
parent
369d9bfdab
commit
15ed342282
@@ -1,5 +1,8 @@
|
||||
//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