Skip to content
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

null literal should get a ConvertedType #37798

Open
jcouv opened this issue Aug 7, 2019 · 1 comment
Open

null literal should get a ConvertedType #37798

jcouv opened this issue Aug 7, 2019 · 1 comment
Labels
Area-Compilers Concept-Design Debt Engineering Debt, Design Debt, or poor product code quality
Milestone

Comments

@jcouv
Copy link
Member

jcouv commented Aug 7, 2019

Neal fixed some conversion issues around tuple literals and switch expressions. I'm fixing similar issues around default literal (PR #37596).

But similar issues remain for the null literal.

@jcouv jcouv added Area-Compilers Concept-Design Debt Engineering Debt, Design Debt, or poor product code quality labels Aug 7, 2019
@jcouv jcouv added this to the Compiler.Next milestone Aug 7, 2019
@CyrusNajmabadi
Copy link
Member

FYI, i think converted-type is used pretty heavily in a few IDE scenarios. i.e. when determining if casts can be removed. if possible, we should review and beef up some of our tests there based on which features currently need converted-type. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Concept-Design Debt Engineering Debt, Design Debt, or poor product code quality
Development

No branches or pull requests

3 participants