Learn more about cloning repositories
You have read-only access
Move the precedence of 'as' and 'is' above comparisons. This makes it so that 'x is Foo && y is Bar' works, or '3/4 as Float == 6/8 as Float'. Fixes <rdar://problem/16580208>. Swift SVN r16220