mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
introduce the generic type parameters (which are simply type aliases
for a to-be-determined archetype type) into scope for name
lookup. We can now parse something like
func f<T, U : Range>(x : T, y : U) { }
but there is no semantic analysis or even basic safety checking (yet).
Swift SVN r2197
505 B
505 B