summaryrefslogblamecommitdiff
path: root/test/files/neg/t421.check
blob: dc5fa425acdcd9fe48ff750d70219a5b8914042c (plain) (tree)
1
2
3
4
                                                                          
                                            
                     
               
t421.scala:5: error: star patterns must correspond with varargs parameters
    case Bar("foo",_*) => sys.error("huh?");
                    ^
one error found