[K2] Temporary mute ACTUAL_ANNOTATION_CONFLICTING_DEFAULT_ARGUMENT_VALUE

...until tests fixed. Mute on TC is not enough
because user projects compilation are affected.

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