aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t1236.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t1236.scala')
-rw-r--r--tests/pos/t1236.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/t1236.scala b/tests/pos/t1236.scala
index a84cad0fb..fa1ab8c0f 100644
--- a/tests/pos/t1236.scala
+++ b/tests/pos/t1236.scala
@@ -10,5 +10,5 @@ object T {
def foo[F[_]](q:(String,String)) = "hello"
def foo[F[_]](e: Empty[F]) = "world"
- val x = foo[List](ListEmpty)
+ val x = foo(ListEmpty)
}