summaryrefslogtreecommitdiff
path: root/test/files/pos/collections.scala
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2005-11-19 19:30:00 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2005-11-19 19:30:00 +0000
commitf8e80a4464ed2c583b404d43aa3698494ebfe80c (patch)
tree725f1861cd12b07c4fdcd27da94d6673b89ccc48 /test/files/pos/collections.scala
parentf7ba3e8bbea873a783f0b2ea0255256686d965e8 (diff)
downloadscala-f8e80a4464ed2c583b404d43aa3698494ebfe80c.tar.gz
scala-f8e80a4464ed2c583b404d43aa3698494ebfe80c.tar.bz2
scala-f8e80a4464ed2c583b404d43aa3698494ebfe80c.zip
try to make this test case work.
Diffstat (limited to 'test/files/pos/collections.scala')
-rw-r--r--test/files/pos/collections.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/collections.scala b/test/files/pos/collections.scala
index 9206a6e500..4f45a42786 100644
--- a/test/files/pos/collections.scala
+++ b/test/files/pos/collections.scala
@@ -11,5 +11,5 @@ class Collections extends HashSet[Int] with ObservableSet[Int,Collections] {
object collections extends Collections;
-class Collections1 extends HashSet[Int] with ObservableSet[Int,Collections1];
-object collections1 extends Collections1;
+//class Collections1 extends HashSet[Int] with ObservableSet[Int,Collections1];
+//object collections1 extends Collections1;