aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t2444.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t2444.scala')
-rw-r--r--tests/pos/t2444.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/t2444.scala b/tests/pos/t2444.scala
index fac1e95d0..fb93749aa 100644
--- a/tests/pos/t2444.scala
+++ b/tests/pos/t2444.scala
@@ -9,7 +9,7 @@ object Test {
def frob[P1, P2<:Foo](f:P1 => P2) = ()
def main(args:Array[String]) : Unit = {
- frob((p:Bar) => p.baz)
+ frob((p:Bar) => p.baz)
}
}