@@ -216,7 +216,7 @@ annot/B#x. => val method x
216
216
annot/M. => final object M
217
217
annot/M.m(). => method m
218
218
annot/M.m().[TT] => typeparam TT
219
- annot/T# => class T
219
+ annot/T# => trait T
220
220
annot/T#`<init>`(). => primary ctor <init>
221
221
local0 => selfparam self
222
222
local1 => val local local
@@ -287,7 +287,7 @@ Occurrences => 34 entries
287
287
288
288
Symbols:
289
289
example/Anonymous# => class Anonymous
290
- example/Anonymous#Foo# => class Foo
290
+ example/Anonymous#Foo# => trait Foo
291
291
example/Anonymous#Foo#`<init>`(). => primary ctor <init>
292
292
example/Anonymous#`<init>`(). => primary ctor <init>
293
293
example/Anonymous#foo. => val method foo
@@ -468,7 +468,7 @@ Symbols:
468
468
a/Definitions. => final object Definitions
469
469
a/Definitions.D# => class D
470
470
a/Definitions.D#`<init>`(). => primary ctor <init>
471
- a/Definitions.E# => class E
471
+ a/Definitions.E# => trait E
472
472
a/Definitions.E#`<init>`(). => primary ctor <init>
473
473
a/Definitions.`b_=`(). => var method b_=
474
474
a/Definitions.a. => val method a
@@ -900,7 +900,7 @@ flags/p/package.V# => type V
900
900
flags/p/package.X. => final case object X
901
901
flags/p/package.Y# => final class Y
902
902
flags/p/package.Y#`<init>`(). => primary ctor <init>
903
- flags/p/package.Z# => sealed class Z
903
+ flags/p/package.Z# => sealed trait Z
904
904
flags/p/package.Z#`<init>`(). => primary ctor <init>
905
905
flags/p/package.`y_=`(). => var method y_=
906
906
flags/p/package.m(). => method m
@@ -1093,7 +1093,7 @@ Occurrences => 52 entries
1093
1093
1094
1094
Symbols:
1095
1095
a/b/Givens. => final object Givens
1096
- a/b/Givens.Monoid# => class Monoid
1096
+ a/b/Givens.Monoid# => trait Monoid
1097
1097
a/b/Givens.Monoid#[A] => typeparam A
1098
1098
a/b/Givens.Monoid#`<init>`(). => primary ctor <init>
1099
1099
a/b/Givens.Monoid#combine(). => abstract method combine
@@ -2032,7 +2032,7 @@ Symbols => 6 entries
2032
2032
Occurrences => 10 entries
2033
2033
2034
2034
Symbols:
2035
- example/A# => class A
2035
+ example/A# => trait A
2036
2036
example/A#`<init>`(). => primary ctor <init>
2037
2037
example/A#foo(). => abstract method foo
2038
2038
example/B# => class B
@@ -2383,14 +2383,14 @@ local0 => primary ctor <init>
2383
2383
local1 => selfparam self
2384
2384
traits/C# => class C
2385
2385
traits/C#`<init>`(). => primary ctor <init>
2386
- traits/T# => class T
2386
+ traits/T# => trait T
2387
2387
traits/T#`<init>`(). => primary ctor <init>
2388
2388
traits/T#x(). => method x
2389
- traits/U# => sealed class U
2389
+ traits/U# => sealed trait U
2390
2390
traits/U#`<init>`(). => primary ctor <init>
2391
2391
traits/U. => final object U
2392
2392
traits/U.u(). => method u
2393
- traits/V# => class V
2393
+ traits/V# => trait V
2394
2394
traits/V#`<init>`(). => primary ctor <init>
2395
2395
2396
2396
Occurrences:
@@ -2461,7 +2461,7 @@ types/Test.C#ClassInfoType1. => final object ClassInfoType1
2461
2461
types/Test.C#ClassInfoType2# => class ClassInfoType2
2462
2462
types/Test.C#ClassInfoType2#`<init>`(). => primary ctor <init>
2463
2463
types/Test.C#ClassInfoType2#x(). => method x
2464
- types/Test.C#ClassInfoType3# => class ClassInfoType3
2464
+ types/Test.C#ClassInfoType3# => trait ClassInfoType3
2465
2465
types/Test.C#ClassInfoType3#[T] => typeparam T
2466
2466
types/Test.C#ClassInfoType3#`<init>`(). => primary ctor <init>
2467
2467
types/Test.C#Either. => val method Either
@@ -2532,7 +2532,7 @@ types/Test.Literal.unit. => final val method unit
2532
2532
types/Test.M# => class M
2533
2533
types/Test.M#`<init>`(). => primary ctor <init>
2534
2534
types/Test.M#m(). => method m
2535
- types/Test.N# => class N
2535
+ types/Test.N# => trait N
2536
2536
types/Test.N#`<init>`(). => primary ctor <init>
2537
2537
types/Test.N#n(). => method n
2538
2538
types/ann# => class ann
0 commit comments