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

                                                              

                                                                 

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