aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t0304.scala
blob: 607a115db28e006484809010e6ed339871f8e27a (plain) (tree)
1
2
3
4
5




                   
object O {
  def f1 = -1;
  def f2 = 0-1;
  def f3 = f1 + f2;
}