summaryrefslogblamecommitdiff
path: root/test/files/neg/t6340.check
blob: f18b8c3f4ba210cdec1c70de309cb94b0cc92823 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                            
t6340.scala:11: error: value D is not a member of object Foo
  import Foo.{ A, B, C, D, E, X, Y, Z }
         ^
t6340.scala:16: error: not found: type D
  val d = new D
              ^
t6340.scala:17: error: not found: type W
  val w = new W
              ^
three errors found