mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Like this: MyEnumType(MyEnumType.foo) This is missing 'rawValue:' label, but that won't actually fix this. A better fix is to just remove the unnecessary constructor call: MyEnumType(MyEnumType.foo) --> MyEnumType.foo
220 KiB
220 KiB