Fix missing transition in using keyword
\n\nCommit migrated from dd45375f72
This commit is contained in:
parent
12ec14327f
commit
f97ab076b5
|
|
@ -1982,6 +1982,11 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
|
|||
}
|
||||
else
|
||||
{
|
||||
if (transition != null)
|
||||
{
|
||||
builder.Add(transition);
|
||||
}
|
||||
|
||||
AcceptAndMoveNext();
|
||||
AcceptWhile(IsSpacingToken(includeNewLines: false, includeComments: true));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue