mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Expose static stored properties in @objc classes as trivial class
methods.
static let i: T => +(T)i
static var i: T => +(T)i and +(void)setI:
static var k T { get set } => No change.
Fixes rdar://problem/19784053
Swift SVN r25152
89 KiB
89 KiB