[FIR] Report UNSUPPORTED_CONTEXTUAL_DECLARATION_CALL

^KT-59969 Fixed
This commit is contained in:
Nikolay Lunyak
2023-08-03 10:22:32 +03:00
committed by Space Team
parent 906c27736f
commit 7151e6a41c
9 changed files with 19 additions and 44 deletions
@@ -137,6 +137,8 @@ class NoApplicableValueForContextReceiver(
val expectedContextReceiverType: ConeKotlinType
) : ResolutionDiagnostic(INAPPLICABLE)
object UnsupportedContextualDeclarationCall : ResolutionDiagnostic(INAPPLICABLE)
class AmbiguousValuesForContextReceiverParameter(
val expectedContextReceiverType: ConeKotlinType,
) : ResolutionDiagnostic(INAPPLICABLE)