Files
swift-mirror/lib/ClangImporter/ImportDecl.cpp
Doug Gregor 4492f85d59 When we import an Objective-C init method as a constructor, suppress the method.
This makes it impossible to call an "init" method from Swift code; one
must construct an object, delegate to another constructor (not yet
implemented), or chain to a superclass constructor.


Swift SVN r8421
2013-09-18 22:05:27 +00:00

93 KiB