summaryrefslogblamecommitdiff
path: root/test/files/neg/bug2102.check
blob: 7478fcfcea151e693bf727c01c337bf2ca16e761 (plain) (tree)
1
2
3
4
5
6

                                      
                                       


                                                              
bug2102.scala:2: error: type mismatch;
 found   : java.util.Iterator[Int]
 required: scala.collection.Iterator[_]
  val x: Iterator[_] = new java.util.ArrayList[Int]().iterator
                                                      ^
one error found