mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
ResolveGenericType call fix
This commit is contained in:
parent
e9ef23e92f
commit
bfd062dd59
1 changed files with 1 additions and 1 deletions
|
@ -1256,7 +1256,7 @@ void BfAutoComplete::AddExtensionMethods(BfTypeInstance* targetType, BfTypeInsta
|
||||||
continue;
|
continue;
|
||||||
genericInferContext.InferGenericArguments(methodInstance);
|
genericInferContext.InferGenericArguments(methodInstance);
|
||||||
|
|
||||||
thisType = mModule->ResolveGenericType(thisType, NULL, &genericTypeVector, false);
|
thisType = mModule->ResolveGenericType(thisType, NULL, &genericTypeVector, mModule->mCurTypeInstance, false);
|
||||||
if (thisType == NULL)
|
if (thisType == NULL)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue