@LucianoPAlmeida - Sorry, I started looking at this because I hadn't noticed that you'd assigned it to yourself. The fix needs to deal with key path expressions specially to get the particular component involved. Something like this: <gregomni@b164ae8c7a30656d7b986aa1edfaf1f08b7c2f1c\>
Ahh thank you, I had the PR opened right after the post, very similar except for the SourceLoc part, which I believe is an improvement. I'll adjust that and add you as a reviewer as well 🙂
mdiep commentedAug 15, 2017
Attachment: Download
Environment
Xcode 9.0.0 ß5
Apple Swift version 4.0 (swiftlang-900.0.59 clang-900.0.34.2)
Target: x86_64-apple-macosx10.9
Additional Detail from JIRA
md5: c71e85e71edfd0319c05a4dfe3d8443e
Issue Description:
This code:
gives this diagnostic:
That's really unhelpful. The issue here is that a
?
is missing. It should be\A.b?.c
.The text was updated successfully, but these errors were encountered: