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.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/t5120.scala b/test/files/pos/t5120.scala
index 2c193d129d..6731af14e4 100644
--- a/test/files/pos/t5120.scala
+++ b/test/files/pos/t5120.scala
@@ -1,12 +1,12 @@
-// An example extracted from SBT by Iulian
-// that showed that the previous fix to t5120
+// An example extracted from SBT by Iulian
+// that showed that the previous fix to t5120
// was too strict.
class Test {
class ScopedKey[T]
class Value[T]
class Compiled[T](val settings: Seq[Pair[T]])
-
+
case class Pair[T](k: ScopedKey[T], v: ScopedKey[T])
def transform[T](x: T) = x