The enum `YOChart` will be "lowcased" from `SolidLineChart` to `solidLineChart` but the call `YoChart.SolidLineChart` will not be renamed to `.solidLineChart`
The text was updated successfully, but these errors were encountered:
I think it is fine to file bugs here. But first of all, some enum cases are expected to be not lower-cased, for instance, for those enum cases of string raw value type. Is this what the issue is about?
Please file a bug at https://bugreport.apple.com; the migrator is not part of swift.org so the best way to report the problem and get notified about potential fixes when they are part of an Xcode release is via reporting via https://bugreport.apple.com.
After reporting please mention the bug number here.
Additional Detail from JIRA
md5: 78287c4cb721f3da3b918b12bf6e956f
Issue Description:
Take https://github.com/stuffmc/YOChartImageKit and "upgrade" it to Swift 3.0
The enum `YOChart` will be "lowcased" from `SolidLineChart` to `solidLineChart` but the call `YoChart.SolidLineChart` will not be renamed to `.solidLineChart`
The text was updated successfully, but these errors were encountered: