@@ -486,7 +486,7 @@ Uri => CaseClass.scala
486
486
Text => empty
487
487
Language => Scala
488
488
Symbols => 22 entries
489
- Occurrences => 16 entries
489
+ Occurrences => 17 entries
490
490
491
491
Symbols:
492
492
caseclass/CaseClass# => case class CaseClass extends Object with Product with Serializable { self: CaseClass => +8 decls }
@@ -515,6 +515,7 @@ caseclass/CaseClass.unapply().(x$1) => param x$1: CaseClass
515
515
Occurrences:
516
516
[0:8..0:17): caseclass <- caseclass/
517
517
[2:11..2:20): CaseClass <- caseclass/CaseClass#
518
+ [2:20..2:20): <- caseclass/CaseClass#`<init>`().
518
519
[2:21..2:25): int1 <- caseclass/CaseClass#int1.
519
520
[2:27..2:30): Int -> scala/Int#
520
521
[2:32..2:36): int2 <- caseclass/CaseClass#int2.
@@ -1285,7 +1286,7 @@ Occurrences:
1285
1286
[46:28..46:29): C -> _empty_/Enums.`<:<`.Refl#[C]
1286
1287
[46:30..46:33): <:< -> _empty_/Enums.`<:<`#
1287
1288
[46:34..46:35): C -> _empty_/Enums.`<:<`.Refl#[C]
1288
- [48:9 ..48:12 ): <:< <- _empty_/Enums.`<:<`.
1289
+ [48:10 ..48:13 ): <:< <- _empty_/Enums.`<:<`.
1289
1290
[49:11..49:12): T <- _empty_/Enums.`<:<`.`given_<:<_T_T`().[T]
1290
1291
[49:16..49:17): T -> _empty_/Enums.`<:<`.`given_<:<_T_T`().[T]
1291
1292
[49:18..49:21): <:< -> _empty_/Enums.`<:<`#
@@ -1636,12 +1637,12 @@ Schema => SemanticDB v4
1636
1637
Uri => Givens.scala
1637
1638
Text => empty
1638
1639
Language => Scala
1639
- Symbols => 29 entries
1640
- Occurrences => 66 entries
1640
+ Symbols => 33 entries
1641
+ Occurrences => 72 entries
1641
1642
Synthetics => 3 entries
1642
1643
1643
1644
Symbols:
1644
- a/b/Givens. => final object Givens extends Object { self: Givens.type => +12 decls }
1645
+ a/b/Givens. => final object Givens extends Object { self: Givens.type => +13 decls }
1645
1646
a/b/Givens.Monoid# => trait Monoid [typeparam A ] extends Object { self: Monoid[A] => +4 decls }
1646
1647
a/b/Givens.Monoid#[A] => typeparam A
1647
1648
a/b/Givens.Monoid#`<init>`(). => primary ctor <init> [typeparam A ](): Monoid[A]
@@ -1659,7 +1660,11 @@ a/b/Givens.given_Monoid_String.combine().(y) => param y: String
1659
1660
a/b/Givens.given_Monoid_String.empty(). => method empty => String <: a/b/Givens.Monoid#empty().
1660
1661
a/b/Givens.goodbye1. => val method goodbye1 String
1661
1662
a/b/Givens.hello1. => val method hello1 String
1662
- a/b/Givens.int2String(). => final implicit given inline macro int2String => Conversion[Int, String]
1663
+ a/b/Givens.int2String# => implicit given class int2String extends Conversion[Int, String] { self: int2String => +2 decls }
1664
+ a/b/Givens.int2String#`<init>`(). => primary ctor <init> (): int2String
1665
+ a/b/Givens.int2String#apply(). => method apply (param x: Int): String <: scala/Conversion#apply()., scala/Function1#apply().
1666
+ a/b/Givens.int2String#apply().(x) => param x: Int
1667
+ a/b/Givens.int2String(). => final implicit given inline macro int2String => int2String
1663
1668
a/b/Givens.sayGoodbye(). => method sayGoodbye [typeparam B ](param any: B): String
1664
1669
a/b/Givens.sayGoodbye().(any) => param any: B
1665
1670
a/b/Givens.sayGoodbye().[B] => typeparam B
@@ -1723,21 +1728,27 @@ Occurrences:
1723
1728
[22:55..22:56): y -> a/b/Givens.given_Monoid_String.combine().(y)
1724
1729
[24:15..24:25): int2String <- a/b/Givens.int2String().
1725
1730
[24:27..24:37): Conversion -> scala/Conversion#
1731
+ [24:27..24:27): <- a/b/Givens.int2String#`<init>`().
1726
1732
[24:38..24:41): Int -> scala/Int#
1727
1733
[24:43..24:49): String -> scala/Predef.String#
1728
- [24:55..24:63): toString -> scala/Any#toString().
1729
- [26:6..26:9): foo <- a/b/Givens.foo().
1730
- [26:10..26:11): A <- a/b/Givens.foo().[A]
1731
- [26:19..26:20): A <- a/b/Givens.foo().(A)
1732
- [26:22..26:28): Monoid -> a/b/Givens.Monoid#
1733
- [26:29..26:30): A -> a/b/Givens.foo().[A]
1734
- [26:34..26:35): A -> a/b/Givens.foo().[A]
1735
- [26:38..26:39): A -> a/b/Givens.foo().(A)
1736
- [26:40..26:47): combine -> a/b/Givens.Monoid#combine().
1737
- [26:48..26:49): A -> a/b/Givens.foo().(A)
1738
- [26:50..26:55): empty -> a/b/Givens.Monoid#empty().
1739
- [26:57..26:58): A -> a/b/Givens.foo().(A)
1740
- [26:59..26:64): empty -> a/b/Givens.Monoid#empty().
1734
+ [25:8..25:13): apply <- a/b/Givens.int2String#apply().
1735
+ [25:14..25:15): x <- a/b/Givens.int2String#apply().(x)
1736
+ [25:17..25:20): Int -> scala/Int#
1737
+ [25:23..25:29): String -> scala/Predef.String#
1738
+ [25:32..25:33): x -> a/b/Givens.int2String#apply().(x)
1739
+ [25:34..25:42): toString -> scala/Any#toString().
1740
+ [27:6..27:9): foo <- a/b/Givens.foo().
1741
+ [27:10..27:11): A <- a/b/Givens.foo().[A]
1742
+ [27:19..27:20): A <- a/b/Givens.foo().(A)
1743
+ [27:22..27:28): Monoid -> a/b/Givens.Monoid#
1744
+ [27:29..27:30): A -> a/b/Givens.foo().[A]
1745
+ [27:34..27:35): A -> a/b/Givens.foo().[A]
1746
+ [27:38..27:39): A -> a/b/Givens.foo().(A)
1747
+ [27:40..27:47): combine -> a/b/Givens.Monoid#combine().
1748
+ [27:48..27:49): A -> a/b/Givens.foo().(A)
1749
+ [27:50..27:55): empty -> a/b/Givens.Monoid#empty().
1750
+ [27:57..27:58): A -> a/b/Givens.foo().(A)
1751
+ [27:59..27:64): empty -> a/b/Givens.Monoid#empty().
1741
1752
1742
1753
Synthetics:
1743
1754
[12:17..12:25):sayHello => *[Int]
0 commit comments