Commits

Jordan Rose committed 566dd0fc679
Disallow @objc on nested classes. Objective-C classes already live in a flat namespace and get mangled in the magic "So" module. Requiring them to be top-level keeps things simpler (and makes finding them easier for the debugger; see <rdar://problem/15538142>) Swift SVN r11879