/* __ *\ ** ________ ___ / / ___ Scala API ** ** / __/ __// _ | / / / _ | (c) 2003-2009, LAMP/EPFL ** ** __\ \/ /__/ __ |/ /__/ __ | ** ** /____/\___/_/ |_/____/_/ | | ** ** |/ ** \* */ // $Id: Null$.scala 16893 2009-01-13 13:09:22Z cunei $ package scala.runtime /** * Dummy class which exist only to satisfy the JVM. It corresponds * to <code>scala.Null</code>. If such type appears in method * signatures, it is erased to this one. */ sealed abstract class Null$