swift
751f0e87 - Fix var-parameter detection for inferred params

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.
Author
Committer
Parents
Loading