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

Import path seems unable to start with a character “t” #184

Closed
dahlia opened this issue Oct 24, 2017 · 1 comment
Closed

Import path seems unable to start with a character “t” #184

dahlia opened this issue Oct 24, 2017 · 1 comment
Assignees
Labels
cmp:frontend Component: Compiler frontend (e.g., CLI, parser, AST) typ:bug Type: Bug/defect

Comments

@dahlia
Copy link
Member

dahlia commented Oct 24, 2017

unexpected 't'
expecting comment, module identifier, or white space

import payment.types (currency, day, month);
@dahlia dahlia added cmp:frontend Component: Compiler frontend (e.g., CLI, parser, AST) typ:bug Type: Bug/defect labels Oct 24, 2017
@dahlia
Copy link
Member Author

dahlia commented Oct 24, 2017

Not only import path is a problem, field name also has the same bug.

unexpected 't'
expecting comment, label name, or white space

    card-type type,
              ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp:frontend Component: Compiler frontend (e.g., CLI, parser, AST) typ:bug Type: Bug/defect
Projects
None yet
Development

No branches or pull requests

1 participant