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