Skip to content

Commit 0d08a90

Browse files
committed
Mark IntegerLiteralExprSyntax as Sendable
Found this while making the `SourceKitLSP` module build in Swift 6 mode.
1 parent caab6bb commit 0d08a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntax/Convenience.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ extension FloatLiteralExprSyntax {
8484
}
8585

8686
extension IntegerLiteralExprSyntax {
87-
public enum Radix {
87+
public enum Radix: Sendable {
8888
case binary
8989
case octal
9090
case decimal

0 commit comments

Comments
 (0)