We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7593b53 commit 2ae3a99Copy full SHA for 2ae3a99
Source/DataType/Date.swift
@@ -92,7 +92,7 @@ public final class LCDate: NSObject, LCType, LCTypeExtension {
92
return nil
93
}
94
95
- value = someValue
+ self.value = someValue
96
97
98
public required init?(coder aDecoder: NSCoder) {
0 commit comments