aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/imp2.check
blob: 999cecf167098567843be83d5db8907bbed4b2ec (plain) (tree)
1
2
3
4
5
6
7






                                                  
imp2.scala:18: error: reference to f is ambiguous;
it is imported twice in the same scope by
import b._
and import a._
  val x = f
          ^
one error found