mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
While there are cases where it makes sense to drop the first argument label in initializers---when they're primarily conversions---it's an heuristic that produces poor results (e.g., init(_:) rather than init(coder:)) more often than not. Thus, remove this heuristic. Swift SVN r31626
13 KiB
13 KiB