Skip to content

Commit

Permalink
fix SyntaxTree of TypeTemplateArgument: argument is syntax tree but n…
Browse files Browse the repository at this point in the history
…ot expression (#58)

Co-authored-by: Andrey Davydov <andrey.davydov@jetbrains.com>
  • Loading branch information
2 people authored and gdr-at-ms committed Aug 22, 2022
1 parent 609d3f8 commit 91985de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ltx/parse.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ \subsection{\valueTag{SyntaxSort::TypeTemplateArgument}}
%
\begin{Structure}
\structure{
\DeclareMember{argument}{ExprIndex} \\
\DeclareMember{argument}{SyntaxIndex} \\
\DeclareMember{expander}{SourceLocation} \\
\DeclareMember{comma}{SourceLocation} \\
}
Expand Down

0 comments on commit 91985de

Please sign in to comment.