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