Skip to content

Commit 7bc9741

Browse files
committed
Update repl test output
1 parent 30ccaf6 commit 7bc9741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/test-resources/repl/defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def id(x: 4): 4
1111
scala> id(4)
1212
val res0: Int = 4
1313
scala> def f(given Int) = 1
14-
def f given (x$1: Int): Int
14+
def f(given x$1: Int): Int
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
scala> def f(given erased a: Int): Int = ???
2-
def f given erased (a: Int): Int
2+
def f(given erased a: Int): Int

0 commit comments

Comments
 (0)