Files
swift-mirror/tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
Ben Langmuir b14cd916a3 [code-completion] Add type context for single-expression functions
Extend the support for single-expression closures to handle
single-expression functions of all kinds. This allows, e.g.

    func foo() -> MyEnum { .<here> }

to complete members of `MyEnum`.
2019-03-26 16:45:27 -07:00

24 KiB