Skip to content

Commit 3dc032f

Browse files
committed
Trying to nail down the culprit
1 parent 0570d43 commit 3dc032f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import language.experimental.captureChecking
2-
import language.experimental.namedTypeArguments
2+
//import language.experimental.namedTypeArguments
33

44
trait Ctx[T]
55

@@ -37,8 +37,8 @@ def test2 =
3737
val x: Any^ = ???
3838
def foo[cap A, B >: A](x: Int) = 1
3939
foo[cap x, x](0)
40-
foo[cap A = x, B = {x}](0)
41-
foo[cap A = {x}](0)
40+
//foo[cap A = x, B = {x}](0)
41+
//foo[cap A = {x}](0)
4242

4343
trait Bar:
4444
cap C

0 commit comments

Comments
 (0)