Skip to content

Commit

Permalink
fix conversion/package.d function bodys (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 authored Oct 13, 2022
1 parent 8a24727 commit 0749dc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/dsymbol/conversion/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,12 @@ class SimpleParser : Parser
}
if (moreTokens)
advance();
return allocator.make!ShortenedFunctionBody;
}
else
{
return null;
}
return allocator.make!ShortenedFunctionBody;
}

/**
Expand Down

0 comments on commit 0749dc0

Please sign in to comment.