[FIR] Use FirDefaultOverridesBackwardCompatibilityHelper with common metadata compilation
Also, use it with JS compilation ^KT-57735 Fixed
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
expect abstract class ConcurrentMap<Key, Value>(
|
||||
initialCapacity: Int = 32
|
||||
) : MutableMap<Key, Value> {
|
||||
fun remove(key: Key, value: Value): Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user