Commits

Slava Pestov committed 0950afd561c
AST: Tuple types with default arguments should not be materializable We have no way of materializing such a value because we store the default argument expression in the Decl and not in the Type. Fixes <rdar://problem/20424776>. Swift SVN r29921