summaryrefslogtreecommitdiff
path: root/test/files/neg/t9684b.check
blob: 5f328abd43890b14c897074f1b9bda0283224b8f (plain) (blame)
1
2
3
4
5
6
7
t9684b.scala:6: error: reference to asScalaIterator is ambiguous;
it is imported twice in the same scope by
import scala.collection.JavaConversions._
and import scala.collection.JavaConverters._
  asScalaIterator(null)                                           // fails: asScalaIterator is imported twice.
  ^
one error found