blob: dfa9f99c6d114ed6e564e7cf2d6c847ec3506295 [file] [log] [blame]
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -parse-as-library -verify %s
// REQUIRES: objc_interop
import AppKit
class DelegateBase : NSObject, NSApplicationDelegate { }
@NSApplicationMain
class MyDelegate : DelegateBase { }