Skip to content

Commit c9f7ee0

Browse files
committed
Fix comment
1 parent 23c83ef commit c9f7ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos-custom-args/captures/i13816.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Ex3 extends Exception("Ex3")
77
def foo0(i: Int): (CanThrow[Ex1], CanThrow[Ex2]) ?-> Unit =
88
if i > 0 then throw new Ex1 else throw new Ex2
99

10-
/* Does not work yet since annotated CFTs are not recognized properly in typer
10+
/* Does not work yet curried dependent CFTs are not yet handled in typer
1111
1212
def foo01(i: Int): (ct: CanThrow[Ex1]) ?-> CanThrow[Ex2] ?->{ct} Unit =
1313
if i > 0 then throw new Ex1 else throw new Ex2

0 commit comments

Comments
 (0)