summaryrefslogtreecommitdiff
path: root/test/files/neg/t6675.check
blob: 7b271de2139be8dd18310d27fb598452cc612496 (plain) (blame)
1
2
3
4
t6675.scala:10: error: extractor pattern binds a single value to a Product3 of type (Int, Int, Int)
  "" match { case X(b) => b } // should warn under -Xlint. Not an error because of SI-6111
                  ^
one error found