Temporary fix for K2/JS tests

This commit is contained in:
Mikhail Glukhikh
2022-07-19 15:31:34 +02:00
committed by Space
parent 220a8e47f4
commit 010d5b76e5
@@ -97,7 +97,9 @@ class UnsafeCall(val actualType: ConeKotlinType) : ResolutionDiagnostic(UNSAFE_C
object LowerPriorityToPreserveCompatibilityDiagnostic : ResolutionDiagnostic(RESOLVED_NEED_PRESERVE_COMPATIBILITY)
object LowerPriorityForDynamic : ResolutionDiagnostic(RESOLVED_LOW_PRIORITY)
// TODO: change this to RESOLVED_LOW_PRIORITY after we are able to process dynamic extensions properly
// At the moment we stop resolve on synthetic dynamic members, which is not correct
object LowerPriorityForDynamic : ResolutionDiagnostic(K2_SYNTHETIC_RESOLVED)
object CandidateChosenUsingOverloadResolutionByLambdaAnnotation : ResolutionDiagnostic(RESOLVED)