Commits

Doug Gregor committed 0c95e915a20
When calling an object of metatype type, consider as overloading candidates both the elements of a oneof and any methods with the same name as the oneof (which is our current hack for a constructor). Given var x : Int, we can now write Double(x) rather than Double.Double(x). Swift SVN r1469