Commit Graph

4 Commits

Author SHA1 Message Date
Hamish Knight
f7130f2573 [test] Add test case for rdar://123790296 2024-03-04 13:33:40 +00:00
Hamish Knight
08927e90b1 [test] Convert complete_unqualified_lookup.swift to %batch-code-completion 2024-03-04 13:25:36 +00:00
Alex Hoppen
32eff21977 [IDE] Remove "Begin completions" and "End completions" from test cases
These test lines weren't actually providing any value and were annoying to write. Let's jut remove them.
2023-03-22 09:07:17 -07:00
Rintaro Ishizaki
80848682cc [LookupVisibleDecls] Tweak unquialified lookup
- Show static var decls in non-qualified metatype lookup
- Show enum element decls in non-qualified metatype lookup
- Never show initializers in non-qualified lookup
- Perform instance lookups in lazy var initializer
- Perform non-qualified metatype lookup inside static func

rdar://problem/57622639
2020-03-20 10:44:24 -07:00