Files
kotlin-fork/compiler/testData/codegen/box/casts/mutableCollections/asWithMutable.jvm_abi.txt
T
Mikhail Glukhikh 672b5ba0d7 K2/Java: implement platform-dependent function filtering in JvmMappedScope
We drop Kotlin function 'remove' or 'getOrDefault' from JvmMappedScope,
if it has platform-dependent annotation, and the bound Java class scope
does not contain a function with the same signature.

#KT-57268 Fixed
2024-01-30 19:44:00 +00:00

130 lines
1.3 KiB
Plaintext
Vendored

MODULE main
CLASS C.class
CLASS METADATA
K1
getSize()I
K2
---
K1
---
K2
size
CLASS MC.class
CLASS METADATA
K1
getSize()I
K2
---
K1
---
K2
size
CLASS L.class
CLASS METADATA
K1
getSize()I
K2
---
K1
---
K2
size
CLASS ML.class
CLASS METADATA
K1
getSize()I
K2
---
K1
---
K2
size
CLASS S.class
CLASS METADATA
K1
getSize()I
K2
---
K1
---
K2
size
CLASS MS.class
CLASS METADATA
K1
getSize()I
K2
---
K1
---
K2
size
CLASS M.class
CLASS METADATA
K1
---
K2
entries
K1
getEntries()Ljava/util/Set;
K2
---
K1
getKeys()Ljava/util/Set;
K2
---
K1
getSize()I
K2
---
K1
getValues()Ljava/util/Collection;
K2
---
K1
---
K2
keys
K1
---
K2
size
K1
---
K2
values
CLASS MM.class
CLASS METADATA
K1
---
K2
entries
K1
getEntries()Ljava/util/Set;
K2
---
K1
getKeys()Ljava/util/Set;
K2
---
K1
getSize()I
K2
---
K1
getValues()Ljava/util/Collection;
K2
---
K1
---
K2
keys
K1
---
K2
size
K1
---
K2
values