swift
345117d6 - [CodeCompletion] Only show type annotations for macros that return non-void

Commit
2 years ago
[CodeCompletion] Only show type annotations for macros that return non-void Showing the type annotation only makes sense if they are not `Void`. That’s consistent with functions where we also don’t show a `Void` return type. Most importantly, we shouldn’t be showing a `Void` type annotation for attached macros. rdar://108870970
Author
Committer
Parents
Loading