Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
josefpihrt committed Feb 9, 2025
commit 66990acdc403479dfc2f2417c43ff94d680e3f15
2 changes: 2 additions & 0 deletions src/Tests/CSharp.Tests/SyntaxKindTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ public static void DetectNewSyntaxKinds()
case SyntaxKind.AllowsKeyword:
case SyntaxKind.RazorContentToken:
case SyntaxKind.RefStructConstraint:
// new in 4.12.0
case SyntaxKind.FieldExpression:
{
break;
}
Expand Down
Loading