summaryrefslogblamecommitdiff
path: root/test/files/neg/t2712-3.check
blob: a84d96bf09c991305ba18d5779f2f45569eb3f2b (plain) (tree)
1
2
3
4
5
6





                                                                
t2712-3.scala:17: error: type mismatch;
 found   : test.One[test.X3]
 required: test.Two[test.X1,test.X2]
  test1(foo): Two[X1, X2] // fails without -Ypartial-unification
       ^
one error found