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.
1 parent 15ae54e commit a3c2de2Copy full SHA for a3c2de2
Sources/SwiftSyntax/generated/SyntaxTraits.swift
@@ -152,7 +152,7 @@ public protocol EffectSpecifiersSyntax: SyntaxProtocol {
152
set
153
}
154
155
- var unexpectedBetweenThrowsSpecifierAndThrownType: UnexpectedNodesSyntax? {
+ var unexpectedBetweenThrowsSpecifierAndThrownError: UnexpectedNodesSyntax? {
156
get
157
158
@@ -164,7 +164,7 @@ public protocol EffectSpecifiersSyntax: SyntaxProtocol {
164
165
166
167
- var unexpectedAfterThrownType: UnexpectedNodesSyntax? {
+ var unexpectedAfterThrownError: UnexpectedNodesSyntax? {
168
169
170
0 commit comments