swift
751f0e87
- Fix var-parameter detection for inferred params
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
Fix var-parameter detection for inferred params Previously, we would skip validating the type (and checking var/inout) on parameters that didn't have an explicit type. Instead, teach validateParameterType how to handle an elided type.
References
#4683 - Fix var-parameter detection for inferred params
Author
harlanhaskins
Committer
harlanhaskins
Parents
36b8dc2d
Loading