@@ -1242,7 +1242,7 @@ Occurrences:
1242
1242
[46:28..46:29): C -> _empty_/Enums.`<:<`.Refl#[C]
1243
1243
[46:30..46:33): <:< -> _empty_/Enums.`<:<`#
1244
1244
[46:34..46:35): C -> _empty_/Enums.`<:<`.Refl#[C]
1245
- [48:9 ..48:12 ): <:< <- _empty_/Enums.`<:<`.
1245
+ [48:10 ..48:13 ): <:< <- _empty_/Enums.`<:<`.
1246
1246
[49:11..49:12): T <- _empty_/Enums.`<:<`.`given_<:<_T_T`().[T]
1247
1247
[49:16..49:17): T -> _empty_/Enums.`<:<`.`given_<:<_T_T`().[T]
1248
1248
[49:18..49:21): <:< -> _empty_/Enums.`<:<`#
@@ -1588,12 +1588,12 @@ Schema => SemanticDB v4
1588
1588
Uri => Givens.scala
1589
1589
Text => empty
1590
1590
Language => Scala
1591
- Symbols => 29 entries
1592
- Occurrences => 65 entries
1591
+ Symbols => 33 entries
1592
+ Occurrences => 70 entries
1593
1593
Synthetics => 3 entries
1594
1594
1595
1595
Symbols:
1596
- a/b/Givens. => final object Givens extends Object { self: Givens.type => +12 decls }
1596
+ a/b/Givens. => final object Givens extends Object { self: Givens.type => +13 decls }
1597
1597
a/b/Givens.Monoid# => trait Monoid [typeparam A ] extends Object { self: Monoid[A] => +4 decls }
1598
1598
a/b/Givens.Monoid#[A] => typeparam A
1599
1599
a/b/Givens.Monoid#`<init>`(). => primary ctor <init> [typeparam A ](): Monoid[A]
@@ -1611,7 +1611,11 @@ a/b/Givens.given_Monoid_String.combine().(y) => param y: String
1611
1611
a/b/Givens.given_Monoid_String.empty(). => method empty => String <: a/b/Givens.Monoid#empty().
1612
1612
a/b/Givens.goodbye1. => val method goodbye1 String
1613
1613
a/b/Givens.hello1. => val method hello1 String
1614
- a/b/Givens.int2String(). => final implicit given inline macro int2String => Conversion[Int, String]
1614
+ a/b/Givens.int2String# => implicit given class int2String extends Conversion[Int, String] { self: int2String => +2 decls }
1615
+ a/b/Givens.int2String#`<init>`(). => primary ctor <init> (): int2String
1616
+ a/b/Givens.int2String#apply(). => method apply (param x: Int): String <: scala/Conversion#apply()., scala/Function1#apply().
1617
+ a/b/Givens.int2String#apply().(x) => param x: Int
1618
+ a/b/Givens.int2String(). => final implicit given inline macro int2String => int2String
1615
1619
a/b/Givens.sayGoodbye(). => method sayGoodbye [typeparam B ](param any: B): String
1616
1620
a/b/Givens.sayGoodbye().(any) => param any: B
1617
1621
a/b/Givens.sayGoodbye().[B] => typeparam B
@@ -1676,19 +1680,24 @@ Occurrences:
1676
1680
[24:27..24:37): Conversion -> scala/Conversion#
1677
1681
[24:38..24:41): Int -> scala/Int#
1678
1682
[24:43..24:49): String -> scala/Predef.String#
1679
- [24:55..24:63): toString -> scala/Any#toString().
1680
- [26:6..26:9): foo <- a/b/Givens.foo().
1681
- [26:10..26:11): A <- a/b/Givens.foo().[A]
1682
- [26:19..26:20): A <- a/b/Givens.foo().(A)
1683
- [26:22..26:28): Monoid -> a/b/Givens.Monoid#
1684
- [26:29..26:30): A -> a/b/Givens.foo().[A]
1685
- [26:34..26:35): A -> a/b/Givens.foo().[A]
1686
- [26:38..26:39): A -> a/b/Givens.foo().(A)
1687
- [26:40..26:47): combine -> a/b/Givens.Monoid#combine().
1688
- [26:48..26:49): A -> a/b/Givens.foo().(A)
1689
- [26:50..26:55): empty -> a/b/Givens.Monoid#empty().
1690
- [26:57..26:58): A -> a/b/Givens.foo().(A)
1691
- [26:59..26:64): empty -> a/b/Givens.Monoid#empty().
1683
+ [25:8..25:13): apply <- a/b/Givens.int2String#apply().
1684
+ [25:14..25:15): x <- a/b/Givens.int2String#apply().(x)
1685
+ [25:17..25:20): Int -> scala/Int#
1686
+ [25:23..25:29): String -> scala/Predef.String#
1687
+ [25:32..25:33): x -> a/b/Givens.int2String#apply().(x)
1688
+ [25:34..25:42): toString -> scala/Any#toString().
1689
+ [27:6..27:9): foo <- a/b/Givens.foo().
1690
+ [27:10..27:11): A <- a/b/Givens.foo().[A]
1691
+ [27:19..27:20): A <- a/b/Givens.foo().(A)
1692
+ [27:22..27:28): Monoid -> a/b/Givens.Monoid#
1693
+ [27:29..27:30): A -> a/b/Givens.foo().[A]
1694
+ [27:34..27:35): A -> a/b/Givens.foo().[A]
1695
+ [27:38..27:39): A -> a/b/Givens.foo().(A)
1696
+ [27:40..27:47): combine -> a/b/Givens.Monoid#combine().
1697
+ [27:48..27:49): A -> a/b/Givens.foo().(A)
1698
+ [27:50..27:55): empty -> a/b/Givens.Monoid#empty().
1699
+ [27:57..27:58): A -> a/b/Givens.foo().(A)
1700
+ [27:59..27:64): empty -> a/b/Givens.Monoid#empty().
1692
1701
1693
1702
Synthetics:
1694
1703
[12:17..12:25):sayHello => *[Int]
0 commit comments