Implement B008 (#594)

This commit is contained in:
Harutaka Kawamura 2022-11-06 03:05:04 +09:00 committed by GitHub
parent c544d84b46
commit f7780eb720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 274 additions and 32 deletions

View file

@ -36,6 +36,7 @@ pub enum ScopeKind {
Function(FunctionScope),
Generator,
Module,
Arg,
}
#[derive(Clone, Debug)]