summaryrefslogtreecommitdiff
path: root/test/files/neg/t771.check
blob: c0d1e002f8aa6ca54d94dabde36af46b2ec92372 (plain) (blame)
1
2
3
4
t771.scala:4: error: trait Iterator is abstract; cannot be instantiated
  def c[A](it:java.util.Iterator[A]) = new scala.Iterator[A]
                                       ^
one error found