summaryrefslogtreecommitdiff
path: root/test/pending/pos/unapply.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/unapply.scala')
-rw-r--r--test/pending/pos/unapply.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/pos/unapply.scala b/test/pending/pos/unapply.scala
index 4461c3324c..e784299ad8 100644
--- a/test/pending/pos/unapply.scala
+++ b/test/pending/pos/unapply.scala
@@ -1,5 +1,5 @@
case class MyTuple2[A,B](val _1:A, val snd:B)
-
+class Foo
object Foo {
def unapply(x:Any): Option[Product2[Int,String]] = {
if(x.isInstanceOf[Bar]) {