summaryrefslogblamecommitdiff
path: root/test/files/neg/t7385.check
blob: 70d3c3fb61ae0ba21d06723186042e4c326ac904 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                        

                                    
                                                        

                   



                                                        
t7385.scala:2: error: '(' expected but identifier found.
  do { println("bippy") } while i<10
                                ^
t7385.scala:6: error: '(' expected but identifier found.
  while i<10 { () }
        ^
t7385.scala:7: error: illegal start of simple expression
}
^
three errors found