Commit Graph

3 Commits

Author SHA1 Message Date
Rintaro Ishizaki
fbb0f6540c [CodeCompletion] Test for 'rawValue' completion in multi file scenario 2019-12-12 01:14:08 -08:00
Rintaro Ishizaki
fdcbefced0 [Completion] Add a test case for CaseIterable enum in other file
Make sure 'allCases' is suggested even if the enum decl is in a
different file.

rdar://problem/57489427
2019-12-04 10:22:31 -08:00
Rintaro Ishizaki
9203080c0e [CodeCompletion] Fix several completion failure in multi-file scenario
- Default memberwise initializer for struct was not suggested
- Dynamic member lookup didn't work
- `init(rawValue:)` was not suggested for `RawRepresentable` types
- '$name' was not suggested for `@propertyWrapper`ed value

rdar://problem/56391233
2019-11-12 12:57:18 +09:00