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 30ccaf6 commit 7bc9741Copy full SHA for 7bc9741
compiler/test-resources/repl/defs
@@ -11,4 +11,4 @@ def id(x: 4): 4
11
scala> id(4)
12
val res0: Int = 4
13
scala> def f(given Int) = 1
14
-def f given (x$1: Int): Int
+def f(given x$1: Int): Int
compiler/test-resources/repl/erased-implicit
@@ -1,2 +1,2 @@
1
scala> def f(given erased a: Int): Int = ???
2
-def f given erased (a: Int): Int
+def f(given erased a: Int): Int
0 commit comments