summaryrefslogtreecommitdiff
path: root/test/files/run/t6028.check
blob: 94013efd36c3c653aff83f54daa976acdc9a20a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[[syntax trees at end of                lambdalift]] // newSource1
package <empty> {
  class T extends Object {
    <paramaccessor> val T$$classParam: Int = _;
    def <init>(classParam: Int): T = {
      T.super.<init>();
      ()
    };
    private[this] val field: Int = 0;
    <stable> <accessor> def field(): Int = T.this.field;
    def foo(methodParam: Int): Function0 = {
      val methodLocal: Int = 0;
      {
        (new anonymous class $anonfun$foo$1(T.this, methodParam, methodLocal): Function0)
      }
    };
    def bar(barParam: Int): Object = {
      @volatile var MethodLocalObject$module: runtime.VolatileObjectRef = new runtime.VolatileObjectRef(null);
      T.this.MethodLocalObject$1(barParam, MethodLocalObject$module)
    };
    def tryy(tryyParam: Int): Function0 = {
      var tryyLocal: runtime.IntRef = new runtime.IntRef(0);
      {
        (new anonymous class $anonfun$tryy$1(T.this, tryyParam, tryyLocal): Function0)
      }
    };
    @SerialVersionUID(0) final <synthetic> class $anonfun$foo$1 extends runtime.AbstractFunction0$mcI$sp with Serializable {
      def <init>($outer: T, methodParam$1: Int, methodLocal$1: Int): anonymous class $anonfun$foo$1 = {
        $anonfun$foo$1.super.<init>();
        ()
      };
      final def apply(): Int = $anonfun$foo$1.this.apply$mcI$sp();
      <specialized> def apply$mcI$sp(): Int = $anonfun$foo$1.this.$outer.T$$classParam.+($anonfun$foo$1.this.$outer.field()).+($anonfun$foo$1.this.methodParam$1).+($anonfun$foo$1.this.methodLocal$1);
      <synthetic> <paramaccessor> private[this] val $outer: T = _;
      <synthetic> <stable> def T$$anonfun$$$outer(): T = $anonfun$foo$1.this.$outer;
      final <bridge> def apply(): Object = scala.Int.box($anonfun$foo$1.this.apply());
      <synthetic> <paramaccessor> private[this] val methodParam$1: Int = _;
      <synthetic> <paramaccessor> private[this] val methodLocal$1: Int = _
    };
    abstract trait MethodLocalTrait$1 extends Object {
      <synthetic> <stable> def T$MethodLocalTrait$$$outer(): T
    };
    object MethodLocalObject$2 extends Object with T#MethodLocalTrait$1 {
      def <init>($outer: T, barParam$1: Int): T#MethodLocalObject$2.type = {
        MethodLocalObject$2.super.<init>();
        MethodLocalObject$2.this.$asInstanceOf[T#MethodLocalTrait$1$class]()./*MethodLocalTrait$1$class*/$init$(barParam$1);
        ()
      };
      <synthetic> <paramaccessor> private[this] val $outer: T = _;
      <synthetic> <stable> def T$MethodLocalObject$$$outer(): T = MethodLocalObject$2.this.$outer;
      <synthetic> <stable> def T$MethodLocalTrait$$$outer(): T = MethodLocalObject$2.this.$outer
    };
    final <stable> private[this] def MethodLocalObject$1(barParam$1: Int, MethodLocalObject$module$1: runtime.VolatileObjectRef): T#MethodLocalObject$2.type = {
      MethodLocalObject$module$1.elem = new T#MethodLocalObject$2.type(T.this, barParam$1);
      MethodLocalObject$module$1.elem.$asInstanceOf[T#MethodLocalObject$2.type]()
    };
    abstract trait MethodLocalTrait$1$class extends Object with T#MethodLocalTrait$1 {
      def /*MethodLocalTrait$1$class*/$init$(barParam$1: Int): Unit = {
        ()
      };
      scala.this.Predef.print(scala.Int.box(barParam$1))
    };
    @SerialVersionUID(0) final <synthetic> class $anonfun$tryy$1 extends runtime.AbstractFunction0$mcV$sp with Serializable {
      def <init>($outer: T, tryyParam$1: Int, tryyLocal$1: runtime.IntRef): anonymous class $anonfun$tryy$1 = {
        $anonfun$tryy$1.super.<init>();
        ()
      };
      final def apply(): Unit = $anonfun$tryy$1.this.apply$mcV$sp();
      <specialized> def apply$mcV$sp(): Unit = try {
        $anonfun$tryy$1.this.tryyLocal$1.elem = $anonfun$tryy$1.this.tryyParam$1
      } finally ();
      <synthetic> <paramaccessor> private[this] val $outer: T = _;
      <synthetic> <stable> def T$$anonfun$$$outer(): T = $anonfun$tryy$1.this.$outer;
      final <bridge> def apply(): Object = {
        $anonfun$tryy$1.this.apply();
        scala.runtime.BoxedUnit.UNIT
      };
      <synthetic> <paramaccessor> private[this] val tryyParam$1: Int = _;
      <synthetic> <paramaccessor> private[this] val tryyLocal$1: runtime.IntRef = _
    }
  }
}

warning: there were 1 feature warning(s); re-run with -feature for details