Added better diagnostic for EA-75805
This commit is contained in:
@@ -167,7 +167,7 @@ sealed class CallTypeAndReceiver<TReceiver : KtElement?, TCallType : CallType<TR
|
|||||||
|
|
||||||
is KtUnaryExpression -> CallTypeAndReceiver.OPERATOR(receiverExpression)
|
is KtUnaryExpression -> CallTypeAndReceiver.OPERATOR(receiverExpression)
|
||||||
|
|
||||||
else -> error("Unknown parent for JetOperationReferenceExpression: $parent")
|
else -> error("Unknown parent for JetOperationReferenceExpression: $parent with text '${parent.text}'")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user