|
12 | 12 | | [T1, T2] |
13 | 13 | | (x: BugExp4Point2D.ColumnType[T1]) |
14 | 14 | | (y: BugExp4Point2D.ColumnType[T2]) |
15 | | - | (implicit evidence$7: Numeric[T1], evidence$8: Numeric[T2]): BugExp4Point2D.Point2D[T1, T2] |
| 15 | + | (implicit evidence$1: Numeric[T1], evidence$2: Numeric[T2]): BugExp4Point2D.Point2D[T1, T2] |
16 | 16 | | [T1, T2] |
17 | 17 | | (x: T1) |
18 | 18 | | (y: BugExp4Point2D.ColumnType[T2]) |
19 | | - | (implicit evidence$5: Numeric[T1], evidence$6: Numeric[T2]): BugExp4Point2D.Point2D[T1, T2] |
| 19 | + | (implicit evidence$1: Numeric[T1], evidence$2: Numeric[T2]): BugExp4Point2D.Point2D[T1, T2] |
20 | 20 | | both match arguments ((x : BugExp4Point2D.IntT.type))((y : BugExp4Point2D.DoubleT.type)) |
21 | 21 | -- [E008] Not Found Error: tests/neg/i10901.scala:48:38 ---------------------------------------------------------------- |
22 | 22 | 48 | val pos4: Point2D[Int,Double] = x º 201.1 // error |
|
31 | 31 | | Ambiguous overload. The overloaded alternatives of method º in object dsl with types |
32 | 32 | | [T1, T2] |
33 | 33 | | (x: BugExp4Point2D.ColumnType[T1]) |
34 | | - | (y: T2)(implicit evidence$9: Numeric[T1], evidence$10: Numeric[T2]): BugExp4Point2D.Point2D[T1, T2] |
35 | | - | [T1, T2](x: T1)(y: T2)(implicit evidence$3: Numeric[T1], evidence$4: Numeric[T2]): BugExp4Point2D.Point2D[T1, T2] |
| 34 | + | (y: T2)(implicit evidence$1: Numeric[T1], evidence$2: Numeric[T2]): BugExp4Point2D.Point2D[T1, T2] |
| 35 | + | [T1, T2](x: T1)(y: T2)(implicit evidence$1: Numeric[T1], evidence$2: Numeric[T2]): BugExp4Point2D.Point2D[T1, T2] |
36 | 36 | | both match arguments ((x : BugExp4Point2D.IntT.type))((201.1d : Double)) |
37 | 37 | -- [E008] Not Found Error: tests/neg/i10901.scala:62:16 ---------------------------------------------------------------- |
38 | 38 | 62 | val y = "abc".foo // error |
|
0 commit comments