diff --git a/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/transformers/mpp/FirExpectActualMatchingContextImpl.kt b/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/transformers/mpp/FirExpectActualMatchingContextImpl.kt index 728c4d7cc52..555f3d5dc3d 100644 --- a/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/transformers/mpp/FirExpectActualMatchingContextImpl.kt +++ b/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/transformers/mpp/FirExpectActualMatchingContextImpl.kt @@ -457,6 +457,7 @@ class FirExpectActualMatchingContextImpl private constructor( actual fun foo() {} <-- twice checked (from A and B) and added to mapping } } + Can be fixed after KT-61361. */ expectToCompatibilityMap.asMutableMap()[expectMember] = compatibility }