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.
2 parents 1fd3fe8 + 1754400 commit 403a7dcCopy full SHA for 403a7dc
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