We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0befa commit b078f30Copy full SHA for b078f30
tests/neg-custom-args/captures/boundary.scala
@@ -0,0 +1,9 @@
1
+import language.experimental.captureChecking
2
+
3
+import scala.util.boundary
4
5
+object test:
6
+ boundary[boundary.Label[Unit]]: l1 ?=> // error // error // error // error
7
+ boundary[Unit]: l2 ?=>
8
+ boundary.break(l2)(using l1) // error
9
+ ???
0 commit comments