aboutsummaryrefslogblamecommitdiff
path: root/tests/run/i1140/A_1.scala
blob: e16a8162d993075c8cd90d067d3455091577c883 (plain) (tree)
1
2
3
4



                        
trait A {
  val foo = 0 + x
  private lazy val x = 1
}