summaryrefslogtreecommitdiff
path: root/src/library/scala/All$.scala
blob: 879e18a259dda158b27c3bd0ad409bd4b93f3642 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2003-2006, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |                                         **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

// $Id: All$.scala 9262 2006-11-14 17:29:59Z mihaylov $


package scala


/**
 * Dummy class which exist only to satisfy the JVM. It corresponds
 * to <code>scala.All</code>. If such type appears in method
 * signatures, it is erased to this one.
 *
 * @deprecated <i>To be removed at some time in the future. Kept only for
 * backward compatibility. Newly compiled code will refer to
 * <code>scala.runtime.Nothing$</code></i>
 */

sealed abstract class All$