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.
2 parents a90e1be + aacfe08 commit 07361baCopy full SHA for 07361ba
Tests/SwiftParserTest/DeclarationTests.swift
@@ -2350,7 +2350,7 @@ final class DeclarationTests: XCTestCase {
2350
SuppressedTypeSyntax(
2351
withoutTilde: .prefixOperator("~"),
2352
patternType: FunctionTypeSyntax(
2353
- arguments: [TupleTypeElementSyntax(type: TypeSyntax("Int"))],
+ parameters: [TupleTypeElementSyntax(type: TypeSyntax("Int"))],
2354
output: ReturnClauseSyntax(returnType: TypeSyntax("Bool"))
2355
)
2356
0 commit comments