-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Exception in quickInfo
with conditional types
#21611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There is also a similar error reported in
|
@ahejlsberg can you please take a look. |
I Also got an error which might be related, can't pin down what part of the code causes it:
TS: |
I can not get the exception with latest from master with @rbuckton's sample. @alitaheri can you give |
@mhegazy looks like @weswigham also bumped into this at #21613. |
TypeScript Version: 2.8.0-dev (master)
Code
Repro steps:
T1
above.Expected behavior:
Quick Info reports
type T1 = never;
Actual behavior:
Exception in
quickInfo
:The text was updated successfully, but these errors were encountered: