summaryrefslogtreecommitdiff
path: root/test/files/run/t9944.check
blob: c2b0adf311881d96292d2903c327833cf56ed329 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[[syntax trees at end of                    parser]] // newSource1.scala
package <empty> {
  class C extends scala.AnyRef {
    def <init>() = {
      super.<init>();
      ()
    };
    def g = 42;
    def f = StringContext("123\r\n", "\r\n123\r\n").s(g)
  }
}