faae5f9b38
...actualized via typealias. This caused false-positive report of `ACTUAL_ANNOTATION_CONFLICTING_DEFAULT_ARGUMENT_VALUE`. In such case it's incorrect to compare signatures, because classes have different `ClassId`s. Instead, classes could be compared using `areCompatibleExpectActualTypes` which actualizes both types, and then enum value names compared. ^KT-62104 ^KT-59940