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

chore: make error message about statics more descriptive #253

Merged
merged 3 commits into from
Oct 9, 2018

Commits on Oct 2, 2018

  1. chore: make error message about statics more descriptive

    Add a 'non-const' qualifier to indicate that you probably forgot
    to add 'const' on your 'public static' properties.
    Rico Huijbers committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    b1c76a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c6679 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Update expected errors

    Rico Huijbers committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    7e7362e View commit details
    Browse the repository at this point in the history