Skip to content

Commit

Permalink
Fixes #6594
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Clark committed Oct 12, 2023
1 parent 8c453e8 commit 4b87d2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ private static bool TryGetValue<T>(
int i,
out T? value)
{
type = type is NonNullType nonNullType ? nonNullType.Type : type;
switch (valueNode.Kind)
{
case SyntaxKind.ObjectValue:
Expand Down

0 comments on commit 4b87d2d

Please sign in to comment.