Assert that an added file loaded without error

This commit is contained in:
Hamish Knight
2020-05-28 15:06:55 -07:00
parent 046f17f519
commit 439c1481be
4 changed files with 13 additions and 0 deletions

View File

@@ -322,6 +322,8 @@ public:
/// file.
const version::Version &getLanguageVersionBuiltWith() const;
virtual bool hadLoadError() const override;
virtual bool isSystemModule() const override;
virtual void lookupValue(DeclName name, NLKind lookupKind,