summaryrefslogblamecommitdiff
path: root/src/library/scala/runtime/AbstractFunction7.scala
blob: 498f98633ae7be1109e96540199cfbca777fc15f (plain) (tree)
1
2
3
4
5
6
7
8

                                                                          
                                                                          



                                                                          
                                                                  


                     


                                                                                                                          
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2013, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */
// GENERATED CODE: DO NOT EDIT. See scala.Function0 for timestamp.

package scala.runtime

abstract class AbstractFunction7[-T1, -T2, -T3, -T4, -T5, -T6, -T7, +R] extends Function7[T1, T2, T3, T4, T5, T6, T7, R] {

}