We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570d43 commit 3dc032fCopy full SHA for 3dc032f
tests/pos-custom-args/captures/cap-paramlists.scala
@@ -1,5 +1,5 @@
1
import language.experimental.captureChecking
2
-import language.experimental.namedTypeArguments
+//import language.experimental.namedTypeArguments
3
4
trait Ctx[T]
5
@@ -37,8 +37,8 @@ def test2 =
37
val x: Any^ = ???
38
def foo[cap A, B >: A](x: Int) = 1
39
foo[cap x, x](0)
40
- foo[cap A = x, B = {x}](0)
41
- foo[cap A = {x}](0)
+ //foo[cap A = x, B = {x}](0)
+ //foo[cap A = {x}](0)
42
43
trait Bar:
44
cap C
0 commit comments