Skip to content

Commit

Permalink
Merge pull request #3030 from ltrzesniewski/annotate-nested-types
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer authored Jul 2, 2023
2 parents e70c4ba + bf69531 commit fa98b3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ AstType ConvertTypeHelper(IType genericType, IReadOnlyList<IType> typeArguments)
{
// Handle nested types
result.Target = ConvertTypeHelper(genericType.DeclaringType, typeArguments);
AddTypeAnnotation(result.Target, genericType.DeclaringType);
}
else
{
Expand Down

0 comments on commit fa98b3c

Please sign in to comment.