Skip to content

Commit 91985de

Browse files
AndreyGgdr-at-ms
authored andcommitted
fix SyntaxTree of TypeTemplateArgument: argument is syntax tree but not expression (#58)
Co-authored-by: Andrey Davydov <andrey.davydov@jetbrains.com>
1 parent 609d3f8 commit 91985de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ltx/parse.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ \subsection{\valueTag{SyntaxSort::TypeTemplateArgument}}
15181518
%
15191519
\begin{Structure}
15201520
\structure{
1521-
\DeclareMember{argument}{ExprIndex} \\
1521+
\DeclareMember{argument}{SyntaxIndex} \\
15221522
\DeclareMember{expander}{SourceLocation} \\
15231523
\DeclareMember{comma}{SourceLocation} \\
15241524
}

0 commit comments

Comments
 (0)