Commits

Joe Groff committed dc28ebb5442
REPL: Don't replPrint metatype w/ instance func. When checking for a replPrint method, make sure it's not an instance method of a metatype; the signature ends up wrong and we emit bizarre error messages. Fixes <rdar://problem/13036012>. Swift SVN r4204