@@ -216,7 +216,7 @@ annot/B#x. => val method x
216216annot/M. => final object M
217217annot/M.m(). => method m
218218annot/M.m().[TT] => typeparam TT
219- annot/T# => class T
219+ annot/T# => trait T
220220annot/T#`<init>`(). => primary ctor <init>
221221local0 => selfparam self
222222local1 => val local local
@@ -287,7 +287,7 @@ Occurrences => 34 entries
287287
288288Symbols:
289289example/Anonymous# => class Anonymous
290- example/Anonymous#Foo# => class Foo
290+ example/Anonymous#Foo# => trait Foo
291291example/Anonymous#Foo#`<init>`(). => primary ctor <init>
292292example/Anonymous#`<init>`(). => primary ctor <init>
293293example/Anonymous#foo. => val method foo
@@ -468,7 +468,7 @@ Symbols:
468468a/Definitions. => final object Definitions
469469a/Definitions.D# => class D
470470a/Definitions.D#`<init>`(). => primary ctor <init>
471- a/Definitions.E# => class E
471+ a/Definitions.E# => trait E
472472a/Definitions.E#`<init>`(). => primary ctor <init>
473473a/Definitions.`b_=`(). => var method b_=
474474a/Definitions.a. => val method a
@@ -900,7 +900,7 @@ flags/p/package.V# => type V
900900flags/p/package.X. => final case object X
901901flags/p/package.Y# => final class Y
902902flags/p/package.Y#`<init>`(). => primary ctor <init>
903- flags/p/package.Z# => sealed class Z
903+ flags/p/package.Z# => sealed trait Z
904904flags/p/package.Z#`<init>`(). => primary ctor <init>
905905flags/p/package.`y_=`(). => var method y_=
906906flags/p/package.m(). => method m
@@ -1093,7 +1093,7 @@ Occurrences => 52 entries
10931093
10941094Symbols:
10951095a/b/Givens. => final object Givens
1096- a/b/Givens.Monoid# => class Monoid
1096+ a/b/Givens.Monoid# => trait Monoid
10971097a/b/Givens.Monoid#[A] => typeparam A
10981098a/b/Givens.Monoid#`<init>`(). => primary ctor <init>
10991099a/b/Givens.Monoid#combine(). => abstract method combine
@@ -2032,7 +2032,7 @@ Symbols => 6 entries
20322032Occurrences => 10 entries
20332033
20342034Symbols:
2035- example/A# => class A
2035+ example/A# => trait A
20362036example/A#`<init>`(). => primary ctor <init>
20372037example/A#foo(). => abstract method foo
20382038example/B# => class B
@@ -2383,14 +2383,14 @@ local0 => primary ctor <init>
23832383local1 => selfparam self
23842384traits/C# => class C
23852385traits/C#`<init>`(). => primary ctor <init>
2386- traits/T# => class T
2386+ traits/T# => trait T
23872387traits/T#`<init>`(). => primary ctor <init>
23882388traits/T#x(). => method x
2389- traits/U# => sealed class U
2389+ traits/U# => sealed trait U
23902390traits/U#`<init>`(). => primary ctor <init>
23912391traits/U. => final object U
23922392traits/U.u(). => method u
2393- traits/V# => class V
2393+ traits/V# => trait V
23942394traits/V#`<init>`(). => primary ctor <init>
23952395
23962396Occurrences:
@@ -2461,7 +2461,7 @@ types/Test.C#ClassInfoType1. => final object ClassInfoType1
24612461types/Test.C#ClassInfoType2# => class ClassInfoType2
24622462types/Test.C#ClassInfoType2#`<init>`(). => primary ctor <init>
24632463types/Test.C#ClassInfoType2#x(). => method x
2464- types/Test.C#ClassInfoType3# => class ClassInfoType3
2464+ types/Test.C#ClassInfoType3# => trait ClassInfoType3
24652465types/Test.C#ClassInfoType3#[T] => typeparam T
24662466types/Test.C#ClassInfoType3#`<init>`(). => primary ctor <init>
24672467types/Test.C#Either. => val method Either
@@ -2532,7 +2532,7 @@ types/Test.Literal.unit. => final val method unit
25322532types/Test.M# => class M
25332533types/Test.M#`<init>`(). => primary ctor <init>
25342534types/Test.M#m(). => method m
2535- types/Test.N# => class N
2535+ types/Test.N# => trait N
25362536types/Test.N#`<init>`(). => primary ctor <init>
25372537types/Test.N#n(). => method n
25382538types/ann# => class ann
0 commit comments