summaryrefslogtreecommitdiff
path: root/test/files/scalap/packageObject/result.test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed all but one of the scalap tests.Paul Phillips2012-02-041-1/+1
|
* better fix for see #3667.Lukas Rytz2010-08-171-1/+0
|
* close #3667.Lukas Rytz2010-08-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | scala> def ser(o: AnyRef) = new java.io.ObjectOutputStream(new java.io.ByteArrayOutputStream()).writeObject(o) ser: (o: AnyRef)Unit scala> @serializable class Outer { | case class Inner(x: Int) | } defined class Outer scala> val o = new Outer o: Outer = Outer@34469729 scala> ser(new o.Inner(1)) scala> o.Inner // initialize the Inner$module field of o res1: o.Inner.type = Inner scala> ser(new o.Inner(1)) java.io.NotSerializableException: Outer$Inner$ review by extempore.
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* scalap changed to treat named parameters and pa...ilyas2009-06-291-0/+5
scalap changed to treat named parameters and package objects