Commits

Doug Gregor committed 499deabae99
Infer the generic arguments from context in variables, closure parameters. This allows us to say roughly what generic type we want without having to specify all of the details, e.g., var dict : Dictionary = ["Hello" : 1, "World" : 2] // infers Dictionary<String, Int> Fixes <rdar://problem/14238814>. Swift SVN r9678