summaryrefslogblamecommitdiff
path: root/test/files/neg/t3346i.check
blob: cc17ab7ce4843003b8e320272fac1e402c95fe76 (plain) (tree)
1
2
3
4
5
6
7






                                                                  
t3346i.scala:28: error: value a is not a member of Test.A[T]
  (new A).a
          ^
t3346i.scala:29: error: value a is not a member of Test.A[Nothing]
  (new A[Nothing]).a
                   ^
two errors found