summaryrefslogtreecommitdiff
path: root/test/files/run/t6768.check
blob: 64df4568eca1c31dbb40d3b0c31efe1850dc00c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[[syntax trees at end of                     typer]] // newSource1.scala
[1:58]package [1:1]<empty> {
  [7/1:58]class A extends [9:58][58]scala.AnyRef {
    [58]def <init>(): [9]A = [58]{
      [58][58][58]A.super.<init>();
      [9]()
    };
    [17/13:31]def f1: [17]Some[String] = [26/22:31][22:26][22:26]scala.Some.apply[[22]String]([27:30]"a");
    [38/34:56]def f2: [38]Some[String] = [47/43:56][47:51][47:51]new [47:51]<type: [47:51]scala.Some>([52:55]"b")
  }
}