summaryrefslogblamecommitdiff
path: root/test/files/neg/bug766.check
blob: 3900f782ca9fbf4e3cd665592b0ec2856de4999c (plain) (tree)
1
2
3
4
5
6
7
8


                                                                                             
                                                     

                           
                 
               
bug766.scala:4: warning: for (val x <- ... ) has been deprecated; use for (x <- ... ) instead
    for (val n <- Nil; val m <- Nil) {
         ^
bug766.scala:5: error: not found: value badIdentifier
      val p = badIdentifier
              ^
one warning found
one error found