Commits
Doug Gregor committed 5ee3d313333
Allow referencing ".0" on a scalar. This works around an oddity where given a variable of type (x : Int) one can access the scalar value with ".0", but with a variable of similar type (Int) one could not access the scalar value with ".0" because it does not have tuple type. Fixes <rdar://problem/14448643>. Swift SVN r6456