cryptol/tests/issues/T1440.icry
Iavor Diatchki b72a5d97bd Don't try to get information for undefined names.
When we find an undefined name we record an error,
but we also generate a fake name, so that we can continue
processing and report other errors.  It is important
that we don't try to use this fake name.

This commit corrects this behavior where we'd try to get
information about an undefined intrface submodule.

Fixes #1440
2022-09-24 15:37:35 +03:00

2 lines
16 B
Plaintext