summaryrefslogtreecommitdiff
path: root/test/files/neg/t7294b.check
blob: 707266f0cccf2c5d24e27e5fc4c13d588ccd0772 (plain) (blame)
1
2
3
4
5
6
t7294b.scala:1: warning: inheritance from class Tuple2 in package scala is deprecated (since 2.11.0): Tuples will be made final in a future version.
class C extends Tuple2[Int, Int](0, 0)
                ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found