step 4: new scope with passing reporting tests

This commit is contained in:
Folkert 2022-04-30 00:51:32 +02:00
parent 76a9d25f55
commit 8fe3e24c8b
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
8 changed files with 71 additions and 137 deletions

View file

@ -279,8 +279,7 @@ pub(crate) fn canonicalize_defs<'a>(
} => {
let referenced_symbols = crate::annotation::find_type_def_symbols(
env.home,
// TODO IDENT_IDS
&mut scope.ident_ids,
&mut scope.locals,
&ann.value,
);
@ -297,8 +296,7 @@ pub(crate) fn canonicalize_defs<'a>(
// definition.
referenced_symbols.extend(crate::annotation::find_type_def_symbols(
env.home,
// TODO IDENT_IDS
&mut scope.ident_ids,
&mut scope.locals,
&member.typ.value,
));
}