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