summaryrefslogtreecommitdiff
path: root/test/files/run/t7290.check
blob: aff48abd4a57c3e0d5af5c8ed6b831095a8f03a6 (plain) (blame)
1
2
3
4
5
6
t7290.scala:4: warning: Pattern contains duplicate alternatives: 0
    case 0 | 0 => 0
         ^
t7290.scala:5: warning: Pattern contains duplicate alternatives: 2, 3
    case 2 | 2 | 2 | 3 | 2 | 3 => 0
         ^