summaryrefslogtreecommitdiff
path: root/test/files/pos/t5120.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5120.scala')
-rw-r--r--test/files/pos/t5120.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t5120.scala b/test/files/pos/t5120.scala
index 6731af14e4..86d4470bd5 100644
--- a/test/files/pos/t5120.scala
+++ b/test/files/pos/t5120.scala
@@ -5,9 +5,9 @@ class Test {
class ScopedKey[T]
class Value[T]
- class Compiled[T](val settings: Seq[Pair[T]])
+ class Compiled[T](val settings: Seq[Tuple2[T]])
- case class Pair[T](k: ScopedKey[T], v: ScopedKey[T])
+ case class Tuple2[T](k: ScopedKey[T], v: ScopedKey[T])
def transform[T](x: T) = x