Skip to content

Commit

Permalink
Updated subscript workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
SDGGiesbrecht authored Oct 20, 2022
1 parent 315a9ad commit 38dd72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@
let documentedParameters = parameterDocumentation.map { $0.name.text }

if parameters ≠ documentedParameters {
// #workaround(SDGSwift 11.0.1, Not collected properly for subscripts at present.)
// #workaround(SDGSwift 11.1.0, Not collected properly for subscripts at present.)
if case .subscript = symbol {
} else {
status.reportMismatchedParameters(
Expand Down

0 comments on commit 38dd72f

Please sign in to comment.