mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
While the new parameter is added in a compatible way where code which does not refer to it will get a defaulted nil value; since we refer to a new parameter name in source, we need to guard it with a language feature -- as old compilers will not have this new name available. This should prevent a potential condfail issue.
19 KiB
19 KiB