Apply fix to the crash

This commit is contained in:
Arseny Kapoulkine 2022-02-03 16:31:50 -08:00
parent 7b3c24f9c8
commit 4e60eec1fc
1 changed files with 1 additions and 0 deletions

View File

@ -4977,6 +4977,7 @@ TypeId TypeChecker::resolveType(const ScopePtr& scope, const AstType& annotation
if (notEnoughParameters && hasDefaultParameters)
{
// 'applyTypeFunction' is used to substitute default types that reference previous generic types
applyTypeFunction.log = TxnLog::empty();
applyTypeFunction.typeArguments.clear();
applyTypeFunction.typePackArguments.clear();
applyTypeFunction.currentModule = currentModule;