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/pending/neg/bug1210.scala | 2 +- test/pending/neg/tcpoly_typealias_eta.scala | 2 +- test/pending/neg/tcpoly_variance_enforce_getter_setter.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/pending/neg') 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 +} -- cgit v1.2.3