We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd54931 commit dd07194Copy full SHA for dd07194
Tool/Sources/FocusedCodeFinder/Swift/SwiftFocusedCodeFinder.swift
@@ -187,7 +187,7 @@ public class SwiftFocusedCodeFinder: KnownLanguageFocusedCodeFinder<
187
.split(omittingEmptySubsequences: false, whereSeparator: \.isNewline)
188
.joined(separator: " "),
189
name: name,
190
- canBeUsedAsCodeRange: false
+ canBeUsedAsCodeRange: node.bindings.first?.accessorBlock != nil
191
)
192
193
case let node as AccessorDeclSyntax:
0 commit comments