Implement B010 (#683)

This commit is contained in:
Harutaka Kawamura 2022-11-12 00:26:37 +09:00 committed by GitHub
parent b5549382a7
commit bd3b40688f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 100 additions and 8 deletions

View file

@ -46,6 +46,7 @@ pub enum ScopeKind<'a> {
Generator,
Module,
Arg,
Lambda,
}
#[derive(Clone, Debug)]