You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repl/test-resources/type-printer/source-compatible
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ scala> val m = new Bag { val f = 23; def g = 47; def h(i: Int): Int = i; var i =
4
4
val m:
5
5
Bag{
6
6
val f: Int; def g: Int; def h(i: Int): Int; val i: Int;
7
-
def i_=(x$1: Int): Unit; type N = Int; val l: List[Int];
7
+
def i_=(`x$1`: Int): Unit; type N = Int; val l: List[Int];
8
8
def p[T](t: T): String
9
9
} = Bag()
10
-
scala> type t = Bag { val f: Int; def g: Int; def h(i: Int): Int; val i: Int; def i_=(x$1: Int): Unit; type N = Int; val l: List[Int]; val s: String @unchecked }
10
+
scala> type t = Bag { val f: Int; def g: Int; def h(i: Int): Int; val i: Int; def i_=(`x$1`: Int): Unit; type N = Int; val l: List[Int]; val s: String @unchecked }
11
11
// defined alias type t
12
12
=
13
13
Bag{
14
14
val f: Int; def g: Int; def h(i: Int): Int; val i: Int;
15
-
def i_=(x$1: Int): Unit; type N = Int; val l: List[Int];
15
+
def i_=(`x$1`: Int): Unit; type N = Int; val l: List[Int];
0 commit comments