summaryrefslogblamecommitdiff
path: root/test/files/neg/imp2.check
blob: fed30dba591ca002eb49cfd5372fe806481b94cd (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