summaryrefslogtreecommitdiff
path: root/test/files/pos/nothing_manifest_disambig-old.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/nothing_manifest_disambig-old.scala')
-rw-r--r--test/files/pos/nothing_manifest_disambig-old.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/nothing_manifest_disambig-old.scala b/test/files/pos/nothing_manifest_disambig-old.scala
index 076742033f..9a3db0c6d4 100644
--- a/test/files/pos/nothing_manifest_disambig-old.scala
+++ b/test/files/pos/nothing_manifest_disambig-old.scala
@@ -1,10 +1,10 @@
object Test {
def mani[T: Manifest](xs: T) = xs
mani(List())
-
+
def listElMani[T: Manifest](xs: List[T]) = xs
listElMani(List())
-
+
def foo[A, C](m : C)(implicit ev: C <:< Traversable[A], mani: Manifest[A]): (C, A, Manifest[A]) = (m, m.head, mani)
- foo(List(1,2,3))
+ foo(List(1,2,3))
} \ No newline at end of file