summaryrefslogtreecommitdiff
path: root/test/files/neg/imp2.check
blob: baaeedf04245e9c4be64ce77db42d6090b1fd109 (plain) (blame)
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