Skip to content

Conversation

@rintaro
Copy link
Member

@rintaro rintaro commented Mar 25, 2019

So that this works:

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

rdar://problem/46102807

@rintaro rintaro force-pushed the ide-completion-keypathcontext-rdar46102807 branch from 5d8bed6 to 463c3d4 Compare March 25, 2019 21:57
@rintaro
Copy link
Member Author

rintaro commented Mar 25, 2019

@swift-ci Please smoke test

@rintaro rintaro requested a review from benlangmuir March 25, 2019 22:51
Copy link
Contributor

@benlangmuir benlangmuir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; one typo in comment.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: keypat -> keypath

So that this works:

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

rdar://problem/46102807
@rintaro rintaro force-pushed the ide-completion-keypathcontext-rdar46102807 branch from 463c3d4 to 65d8d29 Compare March 25, 2019 23:29
@rintaro
Copy link
Member Author

rintaro commented Mar 25, 2019

@swift-ci Please smoke test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants