Skip to content

Commit b078f30

Browse files
committed
Add capture-checking test for boundary
1 parent 0a0befa commit b078f30

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)