-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Optional chaining, CallChain error #33744
Copy link
Copy link
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptCrashFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad output
Milestone
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptCrashFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad output
Type
Fields
Give feedbackNo fields configured for issues without a type.
TypeScript Version: 3.7.0-beta
Search Terms:
Optional chaining, CallChain
Code
Expected behavior:
I'm expecting the first expression
altLabelto work, without the need to break the process into two stepsActual behavior:
Getting an error,
Debug Failure. False expression: Cannot update a CallChain using updateCall. Use updateCallChain instead.Playground Link:
Related Issues: