added optional manifest
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@16997 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
7a6c9fc929
commit
90bc2854e8
|
@ -23,7 +23,7 @@ package scala.reflect
|
|||
* </p>
|
||||
*/
|
||||
@serializable
|
||||
trait Manifest[T] {
|
||||
trait Manifest[T] extends OptManifest[T] {
|
||||
|
||||
/** A class representing the type U to which T would be erased. Note
|
||||
* that there is no subtyping relationship between T and U. */
|
||||
|
|
Loading…
Reference in New Issue