[FIR] Report UNSUPPORTED_CONTEXTUAL_DECLARATION_CALL
^KT-59969 Fixed
This commit is contained in:
committed by
Space Team
parent
906c27736f
commit
7151e6a41c
+2
@@ -137,6 +137,8 @@ class NoApplicableValueForContextReceiver(
|
||||
val expectedContextReceiverType: ConeKotlinType
|
||||
) : ResolutionDiagnostic(INAPPLICABLE)
|
||||
|
||||
object UnsupportedContextualDeclarationCall : ResolutionDiagnostic(INAPPLICABLE)
|
||||
|
||||
class AmbiguousValuesForContextReceiverParameter(
|
||||
val expectedContextReceiverType: ConeKotlinType,
|
||||
) : ResolutionDiagnostic(INAPPLICABLE)
|
||||
|
||||
Reference in New Issue
Block a user