mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Now, instead of writing, e.g.,
func f(Int) { ... }
one must write the more-generally-consistent and explicit
func f(_: Int) { ... }
Fixes rdar://problem/16737312.
Swift SVN r29609
37 KiB
37 KiB