summaryrefslogtreecommitdiff
path: root/test/files/run/dynamic-applyDynamic.check
blob: 89a0d552820c25aa95577fcae7ebe8146fc3e376 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[syntax trees at end of                     typer]] // newSource1.scala
[0:67]package [0:0]<empty> {
  [0:67]object X extends [9:67][67]scala.AnyRef {
    [9]def <init>(): [9]X.type = [9]{
      [9][9][9]X.super.<init>();
      [9]()
    };
    [17:30]private[this] val d: [21]D = [25:30][25:30][25:30]new [29:30]D();
    [21]<stable> <accessor> def d: [21]D = [21][21]X.this.d;
    [37:49][37:38][37:38][37]X.this.d.applyDynamic(<39:45>"method")([46:48]10);
    [56:61]<56:57><56:57>[56]X.this.d.applyDynamic(<56:57>"apply")([58:60]10)
  }
}