summaryrefslogtreecommitdiff
path: root/test/pending/pos/bug2261.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/bug2261.scala')
-rw-r--r--test/pending/pos/bug2261.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/pos/bug2261.scala b/test/pending/pos/bug2261.scala
index 528f769171..a499af838a 100644
--- a/test/pending/pos/bug2261.scala
+++ b/test/pending/pos/bug2261.scala
@@ -3,4 +3,4 @@ object Test extends Application {
implicit def foo2bar[T](xs: List[T]): Bob[T] = new Bob[T]
var x: Bob[Int] = null
x = List(1,2,3)
-} \ No newline at end of file
+}