summaryrefslogtreecommitdiff
path: root/test/files/neg/t4831.check
blob: 3b8b836f05a5ca91069ceae6dd625b8198907f7d (plain) (blame)
1
2
3
4
5
6
7
t4831.scala:10: error: reference to b is ambiguous;
it is imported twice in the same scope by
import O.b
and import O.{a=>b}
  println(b)
          ^
one error found