[FE] Add TODO for safer check of memberExpectForActual writing

^KT-60668
^KT-60936
^KT-61361
This commit is contained in:
Roman Efremov
2023-08-21 14:28:40 +02:00
committed by Space Team
parent def4388c19
commit 1cf1a84594
@@ -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
}