blob: 3ff57438302419d522f9f13f2cec40ea32073f1f [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: %target-swift-emit-silgen -import-objc-header %S/Inputs/objc_bridging_nsurl.h %s
// REQUIRES: objc_interop
// Make sure we do not crash on this
protocol P {
var outputURL : URL? { get set }
}
extension ObjCKlass : P {}