blob: fe0a9c9fbb2ce6dce0017ba1cf133ccd63d36b7d [file] [log] [blame]
// RUN: %target-swift-emit-silgen -sdk %S/Inputs %s -I %S/Inputs -enable-source-import
//
// REQUIRES: objc_interop
import Foundation
// rdar://15933538 let decls with StoredObjC storage type should have a getter
// synthesized, but not a setter.
@objc
class C : NSObject {
let x : Int = 100
}