mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Deserialized computed properties don't get a PatternBindingDecl apparently. Fixes <rdar://problem/68241758>.
4 lines
87 B
Swift
4 lines
87 B
Swift
public struct TimeZone {
|
|
public static var current: TimeZone { return TimeZone() }
|
|
}
|