Files
sourcekit-lsp/Sources/SourceKitLSP
Alex Hoppen ea20e19045 Add an overload of firstNonNil that allows the default value to be nil
Without this overload, `T` was inferred to be `Something?`, thus the first parameter was inferred to be `Something??` and the first parameter was always wrapped in an optional, effectively making `if let optional` never be hit.
2023-10-02 09:48:45 -07:00
..