Current Swift Syntax Converter Bug
| Originator: | kamil.borzym | ||
| Number: | rdar://26822615 | Date Originated: | 15-Jun-2016 02:36 PM |
| Status: | Duplicate of 26681061 (Open) | Resolved: | |
| Product: | Xcode | Product Version: | 8.0 beta (8S128d) |
| Classification: | Reproducible: |
Summary:
Using Xcode Convert->To Current Swift Syntax... creates invalid code
Steps to Reproduce:
1. Convert following code using Xcode Convert->To Current Swift Syntax...:
---CODE-BEGIN---
class A {
enum B { }
enum C { }
var d: [A.B:A.C]
}
---CODE-END---
Expected Results:
class A {
enum B { }
enum C { }
var d: [B:C]
}
Actual Results:
class A {
enum B { }
enum C { }
var d: [;.B:A.C]
}
Version:
Xcode Version 8.0 beta (8S128d)
Notes:
Configuration:
OSX 10.11.5 (15F34)
Attachments:
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!
Apple Developer Relations07-Jul-2016 08:16 AM
Engineering has determined that your bug report is a duplicate of another issue and will be closed.
The open or closed status of the original bug report your issue was duplicated to appears in the yellow "Duplicate of XXXXXXXX" section of the bug reporter user interface. This section appears near the top of the right column's bug detail view just under the bug number, title, state, product and rank.
If you have any questions or concerns, please update your report directly here: http://bugreport.apple.com/.