Closed
Description
If I compile a SwiftPM project and then type code referencing a symbol that doesn't exist, or the wrong parameter to a function it will not report a diagnostic for these. eg
let s = String("test", doesNotExist: true)
should produce a diagnostic extra argument 'doesNotExist' in call
. This does not happen.
This was working in Swift 5.8, it is no longer working in 5.9
Metadata
Metadata
Assignees
Labels
No labels