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