You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvements to integer literal utilities used in SourceKit-LSP
SourceKit-LSP's refactoring action has minor extensions for the integer
literal utilities. Sink them down here for more general use:
* IntegerLiteralExprSyntax.Radix becomes CaseIterable
* IntegerLiteralExprSyntax.Radix gains a "literalPrefix" property to get
the string needed to prefix a literal with this radix.
0 commit comments