fix ImportDots

This commit is contained in:
Jeong YunWon 2023-05-10 20:30:53 +09:00
parent cbc4cb286b
commit aa101e4f26
2 changed files with 3 additions and 3 deletions

View file

@ -266,7 +266,7 @@ ImportFromLocation: (Option<ast::Int>, Option<ast::Identifier>) = {
ImportDots: ast::Int = {
"..." => ast::Int::new(3),
"." => ast::Int::new(3),
"." => ast::Int::new(1),
};
ImportAsNames: Vec<ast::Alias> = {