Skip to content

Commit 07361ba

Browse files
authored
Merge pull request #1732 from TTOzzi/replace-deprecated-code
Replace deprecated code of FunctionTypeSyntax
2 parents a90e1be + aacfe08 commit 07361ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftParserTest/DeclarationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ final class DeclarationTests: XCTestCase {
23502350
SuppressedTypeSyntax(
23512351
withoutTilde: .prefixOperator("~"),
23522352
patternType: FunctionTypeSyntax(
2353-
arguments: [TupleTypeElementSyntax(type: TypeSyntax("Int"))],
2353+
parameters: [TupleTypeElementSyntax(type: TypeSyntax("Int"))],
23542354
output: ReturnClauseSyntax(returnType: TypeSyntax("Bool"))
23552355
)
23562356
)

0 commit comments

Comments
 (0)