getDocumentHighlights
crashes on function w/ destructured argument
#12451
Milestone
getDocumentHighlights
crashes on function w/ destructured argument
#12451
TypeScript Version: 2.1.1
Crash when calling
getDocumentHighlights
onA
ofconst A = ({ B: { C } }: any) => 1;
Code
Expected behavior:
no crash
Actual behavior:
crash
The text was updated successfully, but these errors were encountered: