Skip to content

Commit 0454c1b

Browse files
committed
[TaskLocal] avoid some return type, since CI is using old Swift
1 parent 1c522b0 commit 0454c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Macros/Sources/SwiftMacros/SyntaxExtensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extension VariableDeclSyntax {
3333
}
3434

3535
extension ImplicitlyUnwrappedOptionalTypeSyntax {
36-
internal var asOptionalTypeSyntax: some TypeSyntaxProtocol {
36+
internal var asOptionalTypeSyntax: any TypeSyntaxProtocol {
3737
OptionalTypeSyntax(
3838
leadingTrivia: leadingTrivia,
3939
unexpectedBeforeWrappedType,

0 commit comments

Comments
 (0)