summaryrefslogtreecommitdiff
path: root/test/pending/neg
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2009-09-24 13:09:40 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2009-09-24 13:09:40 +0000
commitc1f5cbd4a070ccef03e81071041f9cfa6e49e85e (patch)
tree9a1da088713800634a70a9fe9293a04ef2a9ef49 /test/pending/neg
parent593d685e4fa50cf087bfc89a208ed2c89d2407c1 (diff)
downloadscala-c1f5cbd4a070ccef03e81071041f9cfa6e49e85e.tar.gz
scala-c1f5cbd4a070ccef03e81071041f9cfa6e49e85e.tar.bz2
scala-c1f5cbd4a070ccef03e81071041f9cfa6e49e85e.zip
[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.
Diffstat (limited to 'test/pending/neg')
-rw-r--r--test/pending/neg/bug1210.scala2
-rw-r--r--test/pending/neg/tcpoly_typealias_eta.scala2
-rw-r--r--test/pending/neg/tcpoly_variance_enforce_getter_setter.scala2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/pending/neg/bug1210.scala b/test/pending/neg/bug1210.scala
index b4c9c703be..fc2c954ff2 100644
--- a/test/pending/neg/bug1210.scala
+++ b/test/pending/neg/bug1210.scala
@@ -7,4 +7,4 @@ object Test {
val v: selfType = id[M.this.selfType](_.v)
}
-} \ No newline at end of file
+}
diff --git a/test/pending/neg/tcpoly_typealias_eta.scala b/test/pending/neg/tcpoly_typealias_eta.scala
index 767dfe311c..0fb2c2d33e 100644
--- a/test/pending/neg/tcpoly_typealias_eta.scala
+++ b/test/pending/neg/tcpoly_typealias_eta.scala
@@ -43,4 +43,4 @@ trait BCon extends A{
trait BBound extends A{
type m/*[+x <: String]*/ = FooBound/*[x]*/ // error: x with stricter bound
-} \ No newline at end of file
+}
diff --git a/test/pending/neg/tcpoly_variance_enforce_getter_setter.scala b/test/pending/neg/tcpoly_variance_enforce_getter_setter.scala
index 7888b9e2a1..321d392cc4 100644
--- a/test/pending/neg/tcpoly_variance_enforce_getter_setter.scala
+++ b/test/pending/neg/tcpoly_variance_enforce_getter_setter.scala
@@ -9,4 +9,4 @@ object test {
var x: coll[FooInvar] = _ // TODO: error should be reported only once instead of separately for getter and setter
var y: coll[FooContra] = _
-} \ No newline at end of file
+}