Files
swift-mirror/test/IDE/complete_swift_key_path.swift
Rintaro Ishizaki 65d8d29d2a [CodeCompletion] Infer keypath root type from the context type
So that this works:

```
func foo(_: KeyPath<SomeObject, Int>) {}
foo(\.<HERE>)
```

rdar://problem/46102807
2019-03-25 16:29:19 -07:00

9.2 KiB