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

Checker needs to check tagged-type simple literals #34

Closed
getify opened this issue Feb 24, 2019 · 0 comments
Closed

Checker needs to check tagged-type simple literals #34

getify opened this issue Feb 24, 2019 · 0 comments

Comments

@getify
Copy link
Owner

getify commented Feb 24, 2019

The checker needs to check tagged-type literals (only with just simple literals):

int`3.1`    // should report an error
finite`3.1`    // OK

bool`ok`    // should report an error

Related to #19, wherein the checker needs to remove these once validated.

@getify getify mentioned this issue Feb 24, 2019
11 tasks
@getify getify closed this as completed in 9c2facb Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant