Skip to content

Commit 5503b9c

Browse files
committed
@Observable Macro supports properties with the package access modifier #71060
1 parent 6bfbaa1 commit 5503b9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Macros/Sources/ObservationMacros/ObservableMacro.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ extension DeclModifierListSyntax {
118118
case .fileprivate: fallthrough
119119
case .private: fallthrough
120120
case .internal: fallthrough
121+
case .package: fallthrough
121122
case .public:
122123
return false
123124
default:

0 commit comments

Comments
 (0)