From c1f5cbd4a070ccef03e81071041f9cfa6e49e85e Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Thu, 24 Sep 2009 13:09:40 +0000 Subject: [no content change] Fixed all SVN properties: m... [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore. --- test/files/scalap/implicitParam/A.scala | 2 +- test/files/scalap/implicitParam/result.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/scalap/implicitParam') diff --git a/test/files/scalap/implicitParam/A.scala b/test/files/scalap/implicitParam/A.scala index 5a5c88bc69..80657218d9 100644 --- a/test/files/scalap/implicitParam/A.scala +++ b/test/files/scalap/implicitParam/A.scala @@ -1,3 +1,3 @@ class ImplicitParam { def foo(i: Int)(implicit f: Float, d: Double) = 42 -} \ No newline at end of file +} diff --git a/test/files/scalap/implicitParam/result.test b/test/files/scalap/implicitParam/result.test index 4d2f49e803..11d678df06 100644 --- a/test/files/scalap/implicitParam/result.test +++ b/test/files/scalap/implicitParam/result.test @@ -1,4 +1,4 @@ class ImplicitParam extends java.lang.Object with scala.ScalaObject { def this() = { /* compiled code */ } def foo(i : scala.Int)(implicit f : scala.Float, d : scala.Double) : scala.Int = { /* compiled code */ } -} \ No newline at end of file +} -- cgit v1.2.3