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.
IntegerLiteralExprSyntax
Sendable
1 parent caab6bb commit 0d08a90Copy full SHA for 0d08a90
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