@@ -484,7 +484,7 @@ classes/C12#foo2Impl().(context) => param context: Context
484
484
classes/C12#foo2Impl().(x) => param x: context.Expr[Int]
485
485
classes/C12#foo2Impl().(y) => param y: context.Expr[String]
486
486
classes/M. => final object M extends Object { self: M.type => +3 decls }
487
- classes/M.C5# => class C5 extends Object { self: C5 => +2 decls }
487
+ classes/M.C5# => implicit class C5 extends Object { self: C5 => +2 decls }
488
488
classes/M.C5#`<init>`(). => primary ctor <init> (param x: Int): C5
489
489
classes/M.C5#`<init>`().(x) => param x: Int
490
490
classes/M.C5#x. => private[this] val method x Int
@@ -1519,7 +1519,7 @@ example/ImplicitConversion#string2Number().(string) => param string: String
1519
1519
example/ImplicitConversion#tuple. => val method tuple Tuple2[Int, Int]
1520
1520
example/ImplicitConversion#x. => val method x Int
1521
1521
example/ImplicitConversion. => final object ImplicitConversion extends Object { self: ImplicitConversion.type => +6 decls }
1522
- example/ImplicitConversion.newAny2stringadd# => final class newAny2stringadd [typeparam A ] extends AnyVal { self: newAny2stringadd[A] => +4 decls }
1522
+ example/ImplicitConversion.newAny2stringadd# => final implicit class newAny2stringadd [typeparam A ] extends AnyVal { self: newAny2stringadd[A] => +4 decls }
1523
1523
example/ImplicitConversion.newAny2stringadd#[A] => typeparam A
1524
1524
example/ImplicitConversion.newAny2stringadd#`+`(). => method + (param other: String): String
1525
1525
example/ImplicitConversion.newAny2stringadd#`+`().(other) => param other: String
@@ -1684,7 +1684,7 @@ Uri => InventedNames.scala
1684
1684
Text => empty
1685
1685
Language => Scala
1686
1686
Symbols => 45 entries
1687
- Occurrences => 61 entries
1687
+ Occurrences => 62 entries
1688
1688
1689
1689
Symbols:
1690
1690
givens/InventedNames$package. => final package object givens extends Object { self: givens.type => +24 decls }
@@ -1705,14 +1705,14 @@ givens/InventedNames$package.given_List_T().[T] => typeparam T
1705
1705
givens/InventedNames$package.given_String. => final implicit lazy val given method given_String String
1706
1706
givens/InventedNames$package.given_X. => final implicit given object given_X extends Object with X { self: given_X.type => +2 decls }
1707
1707
givens/InventedNames$package.given_X.doX(). => method doX => Int <: givens/X#doX().
1708
- givens/InventedNames$package.given_Y# => class given_Y extends Object with Y { self: given_Y => +3 decls }
1708
+ givens/InventedNames$package.given_Y# => implicit given class given_Y extends Object with Y { self: given_Y => +3 decls }
1709
1709
givens/InventedNames$package.given_Y#`<init>`(). => primary ctor <init> ()(implicit val given param x$1: X): given_Y
1710
1710
givens/InventedNames$package.given_Y#`<init>`().(x$1) => implicit val given param x$1: X
1711
1711
givens/InventedNames$package.given_Y#doY(). => method doY => String <: givens/Y#doY().
1712
1712
givens/InventedNames$package.given_Y#x$1. => protected implicit val given method x$1 X
1713
1713
givens/InventedNames$package.given_Y(). => final implicit given method given_Y (implicit given param x$1: X): given_Y
1714
1714
givens/InventedNames$package.given_Y().(x$1) => implicit given param x$1: X
1715
- givens/InventedNames$package.given_Z_T# => class given_Z_T [typeparam T ] extends Object with Z[T] { self: given_Z_T[T] => +3 decls }
1715
+ givens/InventedNames$package.given_Z_T# => implicit given class given_Z_T [typeparam T ] extends Object with Z[T] { self: given_Z_T[T] => +3 decls }
1716
1716
givens/InventedNames$package.given_Z_T#[T] => typeparam T
1717
1717
givens/InventedNames$package.given_Z_T#`<init>`(). => primary ctor <init> [typeparam T ](): given_Z_T[T]
1718
1718
givens/InventedNames$package.given_Z_T#doZ(). => method doZ => List[T] <: givens/Z#doZ().
@@ -1767,6 +1767,7 @@ Occurrences:
1767
1767
[24:17..24:18): Y -> givens/Y#
1768
1768
[25:6..25:9): doY <- givens/InventedNames$package.given_Y#doY().
1769
1769
[27:7..27:8): T <- givens/InventedNames$package.given_Z_T#[T]
1770
+ [27:7..27:8): T <- givens/InventedNames$package.given_Z_T().[T]
1770
1771
[27:11..27:12): Z -> givens/Z#
1771
1772
[27:13..27:14): T -> givens/InventedNames$package.given_Z_T#[T]
1772
1773
[28:6..28:9): doZ <- givens/InventedNames$package.given_Z_T#doZ().
0 commit comments