File: existential-rangepos.check

package info (click to toggle)
scala 2.11.12-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 62,924 kB
  • sloc: javascript: 28,808; java: 13,415; xml: 3,135; sh: 1,620; python: 756; makefile: 38; awk: 36; ansic: 6
file content (13 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[syntax trees at end of                    patmat]] // newSource1.scala
[0:76]package [0:0]<empty> {
  [0:76]abstract class A[[17:18]T[17:18]] extends [20:76][76]scala.AnyRef {
    [76]def <init>(): [20]A[T] = [76]{
      [76][76][76]A.super.<init>();
      [20]()
    };
    [24:51]private[this] val foo: [28]Set[_ <: T] = [47:51]null;
    [28]<stable> <accessor> def foo: [28]Set[_ <: T] = [28][28]A.this.foo;
    [54:74]<stable> <accessor> def bar: [58]Set[_ <: T]
  }
}