summaryrefslogtreecommitdiff
path: root/test/files/neg/t2405.check
blob: 78360bcc21bd87edbb271c1468f9e94a19967a3b (plain) (blame)
1
2
3
4
5
6
7
8
t2405.scala:6: warning: imported `y' is permanently hidden by definition of method y
		import A.{x => y}
                          ^
t2405.scala:8: error: could not find implicit value for parameter e: Int
		implicitly[Int]
                          ^
one warning found
one error found