Revert "[K2] Temporary mute ACTUAL_ANNOTATION_CONFLICTING_DEFAULT_ARGUMENT_VALUE"

This reverts commit b232dbf484.
This commit is contained in:
Roman Efremov
2023-09-21 12:44:43 +02:00
committed by Space Team
parent 8bd792792f
commit 705b2e87fd
4 changed files with 3 additions and 36 deletions
@@ -36,15 +36,13 @@ internal object IrExpectActualAnnotationConflictingDefaultArgumentValueChecker :
ExpectActualCollectionArgumentsCompatibilityCheckStrategy.Default
)
) {
// TODO(Roman.Efremov): KT-62104 fix failing tests and unmute
// reportError(expectClass, actualDefaultValue, actualParam)
reportError(expectClass, actualDefaultValue, actualParam)
}
}
}
}
}
@Suppress("unused")
private fun IrExpectActualChecker.Context.reportError(
expectAnnotationClass: IrClass,
actualDefaultValue: IrExpression,