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 9f9e709 commit 1754400Copy full SHA for 1754400
lib/ASTGen/Sources/ASTGen/Diagnostics.swift
@@ -110,7 +110,7 @@ func emitDiagnostic(
110
message: fixIt.message.message,
111
severity: .note,
112
position: diagnostic.position,
113
- fixItChanges: fixIt.changes.changes
+ fixItChanges: fixIt.changes
114
)
115
}
116
@@ -231,7 +231,7 @@ extension SourceManager {
231
232
node: diagnostic.node,
233
234
235
236
237
0 commit comments