summaryrefslogtreecommitdiff
path: root/test/files/pos
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 /test/files/pos
parent233229a0f801998b4aab15f81fed417d86f8ad6e (diff)
downloadscala-88e246ba2a7746175c90ffcf9a8445c099248951.tar.gz
scala-88e246ba2a7746175c90ffcf9a8445c099248951.tar.bz2
scala-88e246ba2a7746175c90ffcf9a8445c099248951.zip
- Added bug 372
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/bug372.scala4
1 files changed, 4 insertions, 0 deletions
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);