Skip to content

Commit 4934c29

Browse files
committed
nail down further
1 parent 3dc032f commit 4934c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pos-custom-args/captures/cap-paramlists.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test =
99
object O:
1010
val z: Any^ = ???
1111
val bar = [cap C, D <: C, E <: {C,x}, F >: {x,y} <: {C,E}] => (x: Int) => 1
12-
def foo[cap A >: y <: x,
12+
/* def foo[cap A >: y <: x,
1313
B,
1414
C <: {x},
1515
D : Ctx,
@@ -43,4 +43,4 @@ def test2 =
4343
trait Bar:
4444
cap C
4545
46-
def useFoo[cap D](x: Bar { cap C = D} ): Any^{x.C} = ???
46+
def useFoo[cap D](x: Bar { cap C = D} ): Any^{x.C} = ??? */

0 commit comments

Comments
 (0)