summaryrefslogtreecommitdiff
path: root/test/files/continuations-neg/t5314-npe.check
blob: b5f024aa896de747ce17487c62abf8a682fdb733 (plain) (blame)
1
2
3
4
t5314-npe.scala:2: error: method bar has return statement; needs result type
  def bar(x:Int) = { return x; x }  // NPE
                     ^
one error found