summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-11-18 17:10:10 +0000
committerpaltherr <paltherr@epfl.ch>2004-11-18 17:10:10 +0000
commit88e246ba2a7746175c90ffcf9a8445c099248951 (patch)
treeda2253576001a9ed0ce9465bd95ce79c6df0dbb7
parent233229a0f801998b4aab15f81fed417d86f8ad6e (diff)
downloadscala-88e246ba2a7746175c90ffcf9a8445c099248951.tar.gz
scala-88e246ba2a7746175c90ffcf9a8445c099248951.tar.bz2
scala-88e246ba2a7746175c90ffcf9a8445c099248951.zip
- Added bug 372
-rw-r--r--config/list/test-pos.lst1
-rw-r--r--test/files/pos/bug372.scala4
2 files changed, 5 insertions, 0 deletions
diff --git a/config/list/test-pos.lst b/config/list/test-pos.lst
index 4e1e9538fc..d45f114d6b 100644
--- a/config/list/test-pos.lst
+++ b/config/list/test-pos.lst
@@ -55,6 +55,7 @@ pos/bug359.scala
pos/bug36.scala
pos/bug360.scala
pos/bug361.scala
+pos/bug372.scala
pos/bug39.scala
pos/bug49.scala
pos/bug53.scala
diff --git a/test/files/pos/bug372.scala b/test/files/pos/bug372.scala
new file mode 100644
index 0000000000..d16585abbe
--- /dev/null
+++ b/test/files/pos/bug372.scala
@@ -0,0 +1,4 @@
+// $Id$
+
+class Bug372Names;
+class Bug372Symbols: (Bug372Symbols with Bug372Names);