summaryrefslogtreecommitdiff
path: root/test/files/neg/bug765.check
blob: f022c72f94088ecf83a50ae993b7f0b8cb92ccee (plain) (blame)
1
2
3
4
5
6
7
8
bug765.scala:2: warning: for (val x <- ... ) has been deprecated; use for (x <- ... ) instead
  for (val e <- List()) { //required
       ^
bug765.scala:3: error: not found: type Bar123
    val bar = new Bar123
                  ^
one warning found
one error found