Commits

John McCall committed 2b65cf22d18
Make 'this' implicitly [byref] when the container type does not have reference semantics. Deciding whether the container type has reference semantics requires us to perform some amount of limited name-binding and type-checking first, which introduces a few complexities. Also, fix a bug in uncurried call emission. Methods work now. Swift SVN r1112