summaryrefslogtreecommitdiff
path: root/test/files/run/delambdafy_t6555.check
blob: d8b834edc7ceb523e0c18ffabd718783ac6de0ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[syntax trees at end of                specialize]] // newSource1.scala
package <empty> {
  class Foo extends Object {
    def <init>(): Foo = {
      Foo.super.<init>();
      ()
    };
    private[this] val f: String => String = {
      final <artifact> def $anonfun$f(param: String): String = param;
      ((param: String) => $anonfun$f(param))
    };
    <stable> <accessor> def f(): String => String = Foo.this.f
  }
}