summaryrefslogtreecommitdiff
path: root/test/files/run/t1195-new.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-10-16 08:07:17 -0700
committerPaul Phillips <paulp@improving.org>2012-10-22 14:13:53 -0700
commitd7f498ac9cccd7473be8f416a1620548ca8fca9b (patch)
treee9afec34e249414b5ffa67b06de49df6401db5e8 /test/files/run/t1195-new.check
parent6daf9c642578c0af178075f5cc10e2a19c35e12a (diff)
downloadscala-d7f498ac9cccd7473be8f416a1620548ca8fca9b.tar.gz
scala-d7f498ac9cccd7473be8f416a1620548ca8fca9b.tar.bz2
scala-d7f498ac9cccd7473be8f416a1620548ca8fca9b.zip
Disabled generation of _1, _2, etc. methods.
This was part of the introduction of ProductN, which had to go back into pandora's box because of issues with cycles during typing. These should have been reverted along with it.
Diffstat (limited to 'test/files/run/t1195-new.check')
-rw-r--r--test/files/run/t1195-new.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t1195-new.check b/test/files/run/t1195-new.check
index e0c9ac07ff..0a3f434d62 100644
--- a/test/files/run/t1195-new.check
+++ b/test/files/run/t1195-new.check
@@ -1,6 +1,6 @@
Bar.type, underlying = <: scala.runtime.AbstractFunction1[Int,Bar] with Serializable{case def unapply(x$0: Bar): Option[Int]} with Singleton
-Bar, underlying = <: Product with Serializable{val x: Int; def copy(x: Int): Bar; def copy$default$1: Int; def _1: Int}
+Bar, underlying = <: Product with Serializable{val x: Int; def copy(x: Int): Bar; def copy$default$1: Int}
Product with Serializable, underlying = Product with Serializable
Bar.type, underlying = <: scala.runtime.AbstractFunction1[Int,Bar] with Serializable{case def unapply(x$0: Bar): Option[Int]} with Singleton
-Bar, underlying = <: Product with Serializable{val x: Int; def copy(x: Int): Bar; def copy$default$1: Int; def _1: Int}
+Bar, underlying = <: Product with Serializable{val x: Int; def copy(x: Int): Bar; def copy$default$1: Int}
Product with Serializable, underlying = Product with Serializable