From 636608afacf943d8b3c05074a6f4de4ca40a4688 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 30 Nov 2016 14:44:42 +0100 Subject: Add missing file --- library/src/scala/FunctionXXL.scala | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 library/src/scala/FunctionXXL.scala (limited to 'library') diff --git a/library/src/scala/FunctionXXL.scala b/library/src/scala/FunctionXXL.scala new file mode 100644 index 000000000..bc0de4482 --- /dev/null +++ b/library/src/scala/FunctionXXL.scala @@ -0,0 +1,17 @@ +/* __ *\ +** ________ ___ / / ___ Scala API ** +** / __/ __// _ | / / / _ | (c) 2002-2013, LAMP/EPFL ** +** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ ** +** /____/\___/_/ |_/____/_/ | | ** +** |/ ** +\* */ +// GENERATED CODE: DO NOT EDIT. See scala.Function0 for timestamp. +package scala + +/** A function with all parameters grouped in an array. */ +trait FunctionXXL { + + def apply(xs: Array[Object]): Object + + override def toString() = "" +} -- cgit v1.2.3