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