Copy Qualified Symbol Name does not include `type.` before Swift method name
| Originator: | an00na | ||
| Number: | rdar://27906865 | Date Originated: | 18-Aug-2016 11:32 AM |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | Xcode 8 |
| Classification: | Other Bug | Reproducible: | Always |
Summary: I just learned this cool feature of Xcode: https://twitter.com/joar_at_work/status/765293744736260096 However, Copy Qualified Symbol Name does not include `type.` before Swift method name. For example the result of copying `foo.f()` is just `f()` instead of `Foo.f()`. It is not really Qualified. Actually its result is the same as Copy Symbol Name. In contrast, the result of copying ObjC code `[foo f]` is `[Foo f]` which is correct.
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!