@@ -228,26 +228,26 @@ Occurrences => 48 entries
228
228
Symbols:
229
229
annot/Alias. => final object Alias extends Object { self: Alias.type => +2 decls }
230
230
annot/Alias.A# => type A = ClassAnnotation @param
231
- annot/Annotations# => class Annotations [typeparam T ] extends Object { self: AnyRef & Annotations[T] => +6 decls }
232
- annot/Annotations#S# => type S
233
- annot/Annotations#[T] => typeparam T
234
- annot/Annotations#`<init>`(). => primary ctor <init> [typeparam T ](param x: T): Annotations[T]
235
- annot/Annotations#`<init>`().(x) => param x: T
236
- annot/Annotations#field. => val method field Int
237
- annot/Annotations#method(). => method method => Int
238
- annot/Annotations#x. => private[this] val method x T
231
+ annot/Annotations# => @ClassAnnotation class Annotations [@TypeParameterAnnotation typeparam T ] extends Object { self: AnyRef & Annotations[T] => +6 decls }
232
+ annot/Annotations#S# => @TypeAnnotation type S
233
+ annot/Annotations#[T] => @TypeParameterAnnotation typeparam T
234
+ annot/Annotations#`<init>`(). => primary ctor <init> [@TypeParameterAnnotation typeparam T ](@ParameterAnnotation param x: T): Annotations[T]
235
+ annot/Annotations#`<init>`().(x) => @ParameterAnnotation param x: T
236
+ annot/Annotations#field. => @FieldAnnotation val method field Int
237
+ annot/Annotations#method(). => @MethodAnnotation method method => Int
238
+ annot/Annotations#x. => @ParameterAnnotation private[this] val method x T
239
239
annot/B# => class B extends Object { self: B => +3 decls }
240
- annot/B#`<init>`(). => primary ctor <init> (param x: Int): B
240
+ annot/B#`<init>`(). => @ConstructorAnnotation primary ctor <init> (param x: Int): B
241
241
annot/B#`<init>`().(x) => param x: Int
242
- annot/B#`<init>`(+1). => ctor <init> (): B
242
+ annot/B#`<init>`(+1). => @ConstructorAnnotation ctor <init> (): B
243
243
annot/B#x. => private[this] val method x Int
244
- annot/M. => final object M extends Object { self: M.type => +1 decls }
245
- annot/M.m(). => macro m [typeparam TT ]: Int
244
+ annot/M. => @ObjectAnnotation final object M extends Object { self: M.type => +1 decls }
245
+ annot/M.m(). => @MacroAnnotation macro m [typeparam TT ]: Int
246
246
annot/M.m().[TT] => typeparam TT
247
- annot/T# => trait T extends Object { self: T => +1 decls }
247
+ annot/T# => @TraitAnnotation trait T extends Object { self: T => +1 decls }
248
248
annot/T#`<init>`(). => primary ctor <init> (): T
249
249
local0 => selfparam self: AnyRef
250
- local1 => val local local: Int
250
+ local1 => @LocalAnnotation val local local: Int
251
251
252
252
Occurrences:
253
253
[0:8..0:13): annot <- annot/
@@ -4082,9 +4082,9 @@ flags/p/package.C#w(). => abstract method w => Int
4082
4082
flags/p/package.C#x. => private[this] val method x T
4083
4083
flags/p/package.C#y. => private[this] val method y U
4084
4084
flags/p/package.C#z. => private[this] val method z V
4085
- flags/p/package.S# => class S [typeparam T ] extends Object { self: S[T] => +2 decls }
4086
- flags/p/package.S#[T] => typeparam T
4087
- flags/p/package.S#`<init>`(). => primary ctor <init> [typeparam T ](): S[T]
4085
+ flags/p/package.S# => class S [@specialized typeparam T ] extends Object { self: S[T] => +2 decls }
4086
+ flags/p/package.S#[T] => @specialized typeparam T
4087
+ flags/p/package.S#`<init>`(). => primary ctor <init> [@specialized typeparam T ](): S[T]
4088
4088
flags/p/package.T1# => type T1 = Int
4089
4089
flags/p/package.T2# => type T2 [typeparam T ] = S[T]
4090
4090
flags/p/package.T2#[T] => typeparam T
@@ -4635,7 +4635,7 @@ Symbols:
4635
4635
_empty_/MyProgram# => final class MyProgram extends Object { self: MyProgram => +2 decls }
4636
4636
_empty_/readInts# => final class readInts extends Object { self: readInts => +2 decls }
4637
4637
_empty_/toplevel$package. => final package object _empty_ extends Object { self: _empty_.type => +9 decls }
4638
- _empty_/toplevel$package.MyProgram(). => method MyProgram (param times: Int): Unit
4638
+ _empty_/toplevel$package.MyProgram(). => @main method MyProgram (param times: Int): Unit
4639
4639
_empty_/toplevel$package.MyProgram().(times) => param times: Int
4640
4640
_empty_/toplevel$package.a. => val inline method a ""
4641
4641
_empty_/toplevel$package.combine(). => method combine (param x: Int)(param y: Int): Int
@@ -4648,7 +4648,7 @@ _empty_/toplevel$package.combine(+1).(z) => param z: Int
4648
4648
_empty_/toplevel$package.combine(+2). => method combine => Int
4649
4649
_empty_/toplevel$package.foo(). => method foo => String
4650
4650
_empty_/toplevel$package.fooRef(). => method fooRef => String
4651
- _empty_/toplevel$package.readInts(). => method readInts (param ints: Int*): Unit
4651
+ _empty_/toplevel$package.readInts(). => @main method readInts (param ints: Int*): Unit
4652
4652
_empty_/toplevel$package.readInts().(ints) => param ints: Int*
4653
4653
4654
4654
Occurrences:
0 commit comments