@@ -10,10 +10,11 @@ class LegacySyntheticsSuite extends BaseSemanticSuite("LegacySyntheticsTest") {
10
10
val obtained = synthetics.sortBy(_.position.start).mkString(" \n " )
11
11
val expected =
12
12
"""
13
- |[221..226): *(canBuildFrom[Int])
13
+ |[221..226): *(List. canBuildFrom[Int])
14
14
| [0..1): * => _star_.
15
- | [2..14): canBuildFrom => scala/collection/immutable/List.canBuildFrom().
16
- | [15..18): Int => scala/Int#
15
+ | [2..6): List => scala/collection/immutable/List.
16
+ | [7..19): canBuildFrom => scala/collection/immutable/List.canBuildFrom().
17
+ | [20..23): Int => scala/Int#
17
18
|[221..226): *[List]
18
19
| [0..1): * => _star_.
19
20
| [2..6): List => scala/package.List#
@@ -22,10 +23,11 @@ class LegacySyntheticsSuite extends BaseSemanticSuite("LegacySyntheticsTest") {
22
23
| [2..5): Int => scala/Int#
23
24
| [7..10): Set => scala/Predef.Set#
24
25
| [11..14): Int => scala/Int#
25
- |[245..253): *(canBuildFrom[Int])
26
+ |[245..253): *(Set. canBuildFrom[Int])
26
27
| [0..1): * => _star_.
27
- | [2..14): canBuildFrom => scala/collection/immutable/Set.canBuildFrom().
28
- | [15..18): Int => scala/Int#
28
+ | [2..5): Set => scala/collection/immutable/Set.
29
+ | [6..18): canBuildFrom => scala/collection/immutable/Set.canBuildFrom().
30
+ | [19..22): Int => scala/Int#
29
31
|[245..253): *[List[Int], Int, Set[Int]]
30
32
| [0..1): * => _star_.
31
33
| [2..6): List => scala/collection/immutable/List#
@@ -49,10 +51,11 @@ class LegacySyntheticsSuite extends BaseSemanticSuite("LegacySyntheticsTest") {
49
51
| [0..1): * => _star_.
50
52
| [2..7): apply => scala/concurrent/Future.apply().
51
53
| [8..11): Int => scala/Int#
52
- |[301..309): *(canBuildFrom[Int])
54
+ |[301..309): *(List. canBuildFrom[Int])
53
55
| [0..1): * => _star_.
54
- | [2..14): canBuildFrom => scala/collection/immutable/List.canBuildFrom().
55
- | [15..18): Int => scala/Int#
56
+ | [2..6): List => scala/collection/immutable/List.
57
+ | [7..19): canBuildFrom => scala/collection/immutable/List.canBuildFrom().
58
+ | [20..23): Int => scala/Int#
56
59
|[301..309): *[List[Future[Int]], Int, List[Int]]
57
60
| [0..1): * => _star_.
58
61
| [2..6): List => scala/collection/immutable/List#
0 commit comments