File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919- ` SyntaxKind ` removed conformance to ` CaseIterable `
2020 - Description: ` SyntaxKind ` no longer conforms to ` CaseIterable ` since there is no good use case to iterate over all syntax kinds.
2121 - Pull request: https://github.com/apple/swift-syntax/pull/2292
22+ - ` IntegerLiteralExprSyntax.Radix ` removed conformance to ` CaseIterable `
23+ - Description: ` IntegerLiteralExprSyntax.Radix ` no longer conforms to ` CaseIterable ` since there is no good use case to iterate over all radix kinds.
24+ - Pull request: https://github.com/apple/swift-syntax/pull/2292
2225
2326
2427## Template
Original file line number Diff line number Diff line change 1313import SwiftSyntax
1414
1515extension IntegerLiteralExprSyntax {
16- public enum Radix : CaseIterable {
16+ public enum Radix {
1717 case binary
1818 case octal
1919 case decimal
You can’t perform that action at this time.
0 commit comments