summaryrefslogblamecommitdiff
path: root/src/library/scala/runtime/AbstractFunction0.scala
blob: 1e677e8008778f1f017cb38c79d6fa82530e4c7a (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                          
                                                                          



                                                                          
                                                                  
 

                     
                                                                                                  

 
/*                     __                                               *\
**     ________ ___   / /  ___     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 AbstractFunction0[@specialized(Specializable.Primitives) +R] extends Function0[R] {

}