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

Show an elaboration when accessing a non-existent property of a union type #10582

Merged
merged 4 commits into from
Sep 13, 2016

Commits on Aug 29, 2016

  1. Show elaboration for property not existing in union

    Fixes microsoft#10256. Accessing a non-existant property on union types should
    now show an elaboration in the error message specifying the first
    constituent type that lacks the property.
    ojsheikh committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    59d027b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eaee73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe570ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f825b9c View commit details
    Browse the repository at this point in the history