Commits

Doug Gregor committed 0019e9609e1
REPL: Fix REPL printing via ".className()". We were performing "shallow" type checking within the REPL, which isn't enough when we're forming a call to the overloaded print(). Use normal type checking instead. Fixes <rdar://problem/14190778>. Swift SVN r5666