mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
For some reason this piece of code was triggering an error when building unified in which a suitable overload for `0` (and `int`) could not be found. Use the named enum value instead to avoid the problem.