aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t304.scala
blob: 76da44157d12e0b6129f7fb9ae6350f44661ecfe (plain) (tree)
1
2
3
4
5




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