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 cd57e56 commit f2d10b2Copy full SHA for f2d10b2
Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionSignature.swift
@@ -214,7 +214,7 @@ extension SwiftFunctionSignature {
214
effectSpecifiers = Self.effectSpecifiers(from: getter)
215
}
216
case .accessors(let accessors):
217
- if let getter = accessors.first(where: { $0.accessorSpecifier.tokenKind == .keyword(.set) }) {
+ if let getter = accessors.first(where: { $0.accessorSpecifier.tokenKind == .keyword(.get) }) {
218
219
220
default:
0 commit comments