summaryrefslogtreecommitdiff
path: root/test/files/neg/t4457_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4457_1.scala')
-rw-r--r--test/files/neg/t4457_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t4457_1.scala b/test/files/neg/t4457_1.scala
index 11f12379f6..91d9bc9f51 100644
--- a/test/files/neg/t4457_1.scala
+++ b/test/files/neg/t4457_1.scala
@@ -22,7 +22,7 @@ object ImplicitConvAmbiguity2 {
def aFunc[A](a: NQ[A]) = new BB[A]
def bFunc[T](e1: N[T]) = {}
-
+
def typeMe1 {
val x = aFunc(4F)
bFunc(x)