id = follow(id)

This commit is contained in:
karl-police 2024-09-11 03:14:57 +02:00
parent a8047b2e46
commit f63ca954ff

View file

@ -199,6 +199,8 @@ static TypeCorrectKind checkTypeCorrectKind(
{
for (TypeId id : itv->parts)
{
id = follow(id);
if (const FunctionType* ftv = get<FunctionType>(id); ftv && checkFunctionType(ftv))
{
return TypeCorrectKind::CorrectFunctionResult;