From af511469a6c4323488e1e263cc2f45786f276672 Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 13 Oct 2006 19:06:41 +0000 Subject: changed "All/AllRef" to "Nothing/Null" in test/... changed "All/AllRef" to "Nothing/Null" in test/library/compiler --- test/files/pos/viewtest1.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos/viewtest1.scala') diff --git a/test/files/pos/viewtest1.scala b/test/files/pos/viewtest1.scala index 46acefa32e..4019690961 100644 --- a/test/files/pos/viewtest1.scala +++ b/test/files/pos/viewtest1.scala @@ -10,7 +10,7 @@ object O { } } -object Empty extends Tree[All] +object Empty extends Tree[Nothing] case class Node[c <% Ordered[c]](elem: c, l: Tree[c], r: Tree[c]) extends Tree[c] trait Tree[+a <% Ordered[a]] { -- cgit v1.2.3