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 0059f2f commit 08297aeCopy full SHA for 08297ae
Sources/SwiftLexicalLookup/SimpleLookupQueries.swift
@@ -187,7 +187,9 @@ extension FallThroughStmtSyntax {
187
// MARK: - lookupFallthroughSourceAndDest
188
189
/// Given syntax node position, returns the current switch case and it's fallthrough destination.
190
- private func lookupFallthroughSourceAndDestination(at syntax: SyntaxProtocol)
+ private func lookupFallthroughSourceAndDestination(
191
+ at syntax: SyntaxProtocol
192
+ )
193
-> (SwitchCaseSyntax?, SwitchCaseSyntax?)
194
{
195
guard
0 commit comments