summaryrefslogtreecommitdiff
path: root/test/files/neg/t7294b.check
blob: 3390cb72787fc6da7bcadc32fb99427122b01669 (plain) (blame)
1
2
3
4
t7294b.scala:1: error: illegal inheritance from final class Tuple2
class C extends Tuple2[Int, Int](0, 0)
                ^
one error found