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.
2 parents f6aa8f8 + c47cba6 commit 2633dc4Copy full SHA for 2633dc4
docs/docs/reference/other-new-features/opaques.md
@@ -70,7 +70,7 @@ object Access:
70
opaque type Permission <: Permissions & PermissionChoice = Int
71
72
extension (x: Permissions)
73
- def & (y: Permissions): Permissions = x | y
+ def & (y: Permissions): Permissions = x & y
74
extension (x: PermissionChoice)
75
def | (y: PermissionChoice): PermissionChoice = x | y
76
extension (granted: Permissions)
0 commit comments