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 c3adc9f commit 6e47806Copy full SHA for 6e47806
library/src/scala/caps/package.scala
@@ -53,7 +53,7 @@ type Shared = SharedCapability
53
trait ExclusiveCapability extends Capability, Classifier
54
55
@experimental
56
-type Exclusive = SharedCapability
+type Exclusive = ExclusiveCapability
57
58
/** Base trait for capabilities that capture some continuation or return point in
59
* the stack. Examples are exceptions, labels, Async, CanThrow.
0 commit comments