From 27700284fa191c42a04e6c1619a76dfd261a59dc Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Tue, 28 Jul 2009 10:01:46 +0000 Subject: Fixed #2183. --- test/files/pos/t2183.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/pos/t2183.scala (limited to 'test/files') diff --git a/test/files/pos/t2183.scala b/test/files/pos/t2183.scala new file mode 100644 index 0000000000..1243568b63 --- /dev/null +++ b/test/files/pos/t2183.scala @@ -0,0 +1,5 @@ +import scala.collection.mutable._ + +object Test { + val m = new HashSet[String] with SynchronizedSet[String] +} -- cgit v1.2.3