aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t3346g.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t3346g.scala')
-rw-r--r--tests/pending/run/t3346g.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t3346g.scala b/tests/pending/run/t3346g.scala
index d7c9d79c7..fd90322da 100644
--- a/tests/pending/run/t3346g.scala
+++ b/tests/pending/run/t3346g.scala
@@ -6,4 +6,4 @@ object Test extends App {
implicit def s2i(s: String): Int = s.length
implicit def toA[T](t: T)(implicit f: T => Int): A = A(f(t), t.toString)
println("asdf".copy(b = 3))
-} \ No newline at end of file
+}