summaryrefslogblamecommitdiff
path: root/test/files/neg/t944.scala
blob: dc80e5f49f89ed81dd3a80d94687af872ea83f89 (plain) (tree)
1
2
3
4
5
6
                            


                                                                          
                        
 
object TooManyArgsFunction {
  val f = (a1:Int, a2:Int, a3:Int, a4:Int, a5:Int, a6:Int, a7:Int, a8:Int,
           a9:Int, a10:Int, a11:Int, a12:Int, a13:Int, a14:Int, a15:Int,
           a16:Int, a17:Int, a18:Int, a19:Int, a20:Int, a21:Int, a22:Int,
           a23:Int) => 1
}