File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ package typealias AttributeType = OpenSwiftUICore.AttributeType
1313extension AnyAttribute {
1414 package static var `nil` : AnyAttribute { AnyAttribute ( rawValue: 0x2 ) }
1515
16+ package static var currentWasModified : Bool { false }
17+
1618 package var source : AnyAttribute ? {
1719 get { preconditionFailure ( " #39 " ) }
1820 nonmutating set { preconditionFailure ( " #39 " ) }
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ package struct AttributeType {
6060extension AnyAttribute {
6161 package static var `nil` : AnyAttribute { AnyAttribute ( rawValue: 0x2 ) }
6262
63+ package static var currentWasModified : Bool { false }
64+
6365 package var source : AnyAttribute ? {
6466 get { preconditionFailure ( " #39 " ) }
6567 nonmutating set { preconditionFailure ( " #39 " ) }
You can’t perform that action at this time.
0 commit comments