We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84aed58 + 0d08a90 commit 4cc5c53Copy full SHA for 4cc5c53
Sources/SwiftSyntax/Convenience.swift
@@ -84,7 +84,7 @@ extension FloatLiteralExprSyntax {
84
}
85
86
extension IntegerLiteralExprSyntax {
87
- public enum Radix {
+ public enum Radix: Sendable {
88
case binary
89
case octal
90
case decimal
0 commit comments