blob: dcabe24082578e0a12a7d8acddd7dc324bc23a9d [file] [log] [blame]
// RUN: not %target-swift-frontend -emit-sil %s
// REQUIRES: OS=ios
import UIKit
// Just make sure we don't crash.
class Foo: NSObject {
func crash() {
let kp = \AnyObject.accessibilityFrame
}
}