Commits

Chris Lattner committed cb210d9a33b
Now that we're not abusing the initializer of a PatternBindingDecl in the REPL, it is easy to handle things like "var x : Int". Previously we refused to print things, now we get expected/consistent behavior: (swift) var x : Int // x : Int = 0 (swift) var a : String // a : String = "" Swift SVN r4625