aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1701.scala
blob: 6b5e04692c08df0239f27f0f3f754769f4386b09 (plain) (blame)
1
2
3
4
5
trait Foo {
  def test (x : test) : Int // error: not found test
  def f(x : src) : Int // error
  def g(x : src.project) : Int // error
}