summaryrefslogblamecommitdiff
path: root/test/files/neg/t0152.check
blob: 562e6f1c2cb96c2d3c39a162d23ba9b1141ce7aa (plain) (tree)
1
2
3
4
5
6

                                                              
                                      
                                                                 

               
t0152.scala:10: error: illegal inheritance;
 object boom inherits different type instances of class Value:
Value[Int] and Value[java.lang.String]
 object boom extends Value[java.lang.String]("foo") with PlusOne
        ^
one error found