summaryrefslogtreecommitdiff
path: root/test/files/neg/t6264.check
blob: 438be4c39f5b86754fd62437e4ca5c6a5293a5ca (plain) (blame)
1
2
3
4
t6264.scala:3: error: non-variable type argument Tuple1[_] in type Tuple2[_, Tuple1[_]] is unchecked since it is eliminated by erasure
    x.isInstanceOf[Tuple2[_, Tuple1[_]]]
                  ^
one error found