mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Currently if function has a single parameter we'd skip mangling some of the parameter flags e.g. `__shared`, `inout` still works because it's part of the type itself (currently) but would be broken too if that were to change.