@@ -4,35 +4,35 @@ import com.javacp.annot._
4
4
import scala .annotation .meta ._
5
5
import scala .language /* =>>scalaShadowing.language.*/ .experimental /* =>>scalaShadowing.language.experimental.*/ .macros /* =>>scalaShadowing.language.experimental.macros.*/
6
6
7
- @ ClassAnnotation
8
- class /* =>>java.lang.Object#`<init>`().*/ Annotations /* <<=annot.Annotations#*/ [@ Type /* <<=annot.Annotations#`<init>`().*/ ParameterAnnotation T /* <<=annot.Annotations#`<init>`().(T)*//* <<=annot.Annotations#(T)*/ ](@ ParameterAnnotation x/* <<=annot.Annotations#`<init>`().(x)*//* <<=annot.Annotations#(x)*/ : T /* =>>annot.Annotations#`<init>`().(T)*/ ) { self/* <<=local0*/ : AnyRef /* =>>scala.AnyRef#*/ =>
9
- @ FieldAnnotation
7
+ @ ClassAnnotation /* =>>com.javacp.annot.ClassAnnotation# */
8
+ class /* =>>java.lang.Object#`<init>`().*/ Annotations /* <<=annot.Annotations#*/ [@ Type /* <<=annot.Annotations#`<init>`().*/ ParameterAnnotation /* =>>com.javacp.annot.TypeParameterAnnotation# */ T /* <<=annot.Annotations#`<init>`().(T)*//* <<=annot.Annotations#(T)*/ ](@ ParameterAnnotation /* =>>com.javacp.annot.ParameterAnnotation# */ x/* <<=annot.Annotations#`<init>`().(x)*//* <<=annot.Annotations#(x)*/ : T /* =>>annot.Annotations#`<init>`().(T)*/ ) { self/* <<=local0*/ : AnyRef /* =>>scala.AnyRef#*/ =>
9
+ @ FieldAnnotation /* =>>com.javacp.annot.FieldAnnotation# */
10
10
val field /* <<=annot.Annotations#field.*/ = 42
11
11
12
- @ MethodAnnotation
12
+ @ MethodAnnotation /* =>>com.javacp.annot.MethodAnnotation# */
13
13
def method /* <<=annot.Annotations#method().*/ = {
14
- @ LocalAnnotation
14
+ @ LocalAnnotation /* =>>com.javacp.annot.LocalAnnotation# */
15
15
val local /* <<=local1*/ = 42
16
16
local/* =>>local1*/
17
17
}
18
- @ TypeAnnotation
18
+ @ TypeAnnotation /* =>>com.javacp.annot.TypeAnnotation# */
19
19
type S /* <<=annot.Annotations#S#*/
20
20
}
21
21
22
- class /* =>>java.lang.Object#`<init>`().*/ B /* <<=annot.B#*/ @ Cons /* <<=annot.B#`<init>`().*/ tructorAnnotation()(x/* <<=annot.B#`<init>`().(x)*//* <<=annot.B#(x)*/ : Int /* =>>scala.Int#*/ ) {
23
- @ ConstructorAnnotation
22
+ class /* =>>java.lang.Object#`<init>`().*/ B /* <<=annot.B#*/ @ Cons /* <<=annot.B#`<init>`().*/ tructorAnnotation/* =>>com.javacp.annot.ConstructorAnnotation# */ ()(x/* <<=annot.B#`<init>`().(x)*//* <<=annot.B#(x)*/ : Int /* =>>scala.Int#*/ ) {
23
+ @ ConstructorAnnotation /* =>>com.javacp.annot.ConstructorAnnotation# */
24
24
def this ()/* <<=annot.B#`<init>`(+1).*/ = this (/* =>>annot.B#`<init>`().*/ 42 )
25
25
}
26
26
27
- @ ObjectAnnotation
27
+ @ ObjectAnnotation /* =>>com.javacp.annot.ObjectAnnotation# */
28
28
object /* =>>java.lang.Object#`<init>`().*/ M /* <<=annot.M.*/ {
29
- /* =>>scala.package.Serializable#*//* =>>scala.*//* =>>_root_*//* =>>annot.M.*/ @ MacroAnnotation
29
+ /* =>>scala.package.Serializable#*//* =>>scala.*//* =>>_root_*//* =>>annot.M.*/ @ MacroAnnotation /* =>>com.javacp.annot.MacroAnnotation# */
30
30
def m /* <<=annot.M.m().*/ [TT /* <<=annot.M.m().(TT)*/ ]: Int /* =>>scala.Int#*//* =>>scala.Predef.`???`().*//* =>>scala.Predef.*//* =>>scala.*//* =>>_root_*/ = macro ???
31
31
}
32
32
33
- @ TraitAnnotation
33
+ @ TraitAnnotation /* =>>com.javacp.annot.TraitAnnotation# */
34
34
trait T /* <<=annot.T#*/
35
35
36
36
object /* =>>java.lang.Object#`<init>`().*/ Alias /* <<=annot.Alias.*/ {
37
- /* =>>scala.package.Serializable#*//* =>>scala.*//* =>>_root_*//* =>>annot.Alias.*/ type A /* <<=annot.Alias.A#*/ = ClassAnnotation /* =>>com.javacp.annot.ClassAnnotation#*/ @ param/* =>>scala.annotation.meta.param# *//* =>>scala.annotation.meta.param#`<init>`(). */
37
+ /* =>>scala.package.Serializable#*//* =>>scala.*//* =>>_root_*//* =>>annot.Alias.*/ type A /* <<=annot.Alias.A#*/ = ClassAnnotation /* =>>com.javacp.annot.ClassAnnotation#*/ @ param
38
38
}
0 commit comments