Commits

Doug Gregor committed bc89a04d128
Disallow non-delegating initializers outside of the class's defining module. An initializer outside of the class's defining module won't necessarily have access to all of the stored properties of the class to initialize them (and wouldn't be resilient against changes even if it did), so it must delegate. Swift SVN r12302