We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315e47f commit 72f2687Copy full SHA for 72f2687
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