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