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.Radix
Sendable
1 parent 3301d33 commit b881bd3Copy full SHA for b881bd3
Sources/SwiftRefactor/IntegerLiteralUtilities.swift
@@ -17,7 +17,7 @@ import SwiftSyntax
17
#endif
18
19
extension IntegerLiteralExprSyntax {
20
- public enum Radix {
+ public enum Radix: Sendable {
21
case binary
22
case octal
23
case decimal
0 commit comments