summaryrefslogtreecommitdiff
path: root/test/files/run/t7271.check
blob: 01632eca2cd38e50807dc86c838681d867d1a81f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[[syntax trees at end of                    parser]] // newSource1
[0:91]package [0:0]<empty> {
  [0:91]class C extends [8:91][91]scala.AnyRef {
    [8]def <init>() = [8]{
      [8][8][8]super.<init>();
      [8]()
    };
    [16:44]def quote = [28:44]<28:44><28:44>[28]StringContext([30:34]"foo", [40:44]"baz").s([35:39]this);
    [51:85]def tripleQuote = [69:85]<69:85><69:85>[69]StringContext([71:75]"foo", [81:85]"baz").s([76:80]this)
  }
}