summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-10-07 08:19:30 +0000
committerpaltherr <paltherr@epfl.ch>2003-10-07 08:19:30 +0000
commitf70f8574e4fa15bbd71546265a012300468f131c (patch)
tree3df5bb8960477aa36b417297c26ddc8f50ce46bd /test/files/pos
parent8a265077a072a6247f0f5a1e29f79b4304ec52e2 (diff)
downloadscala-f70f8574e4fa15bbd71546265a012300468f131c.tar.gz
scala-f70f8574e4fa15bbd71546265a012300468f131c.tar.bz2
scala-f70f8574e4fa15bbd71546265a012300468f131c.zip
- Added bug183.scala
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/bug183.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/pos/bug183.scala b/test/files/pos/bug183.scala
new file mode 100644
index 0000000000..4804eb3828
--- /dev/null
+++ b/test/files/pos/bug183.scala
@@ -0,0 +1,6 @@
+// $Id$
+
+object Test {
+ new Foo(0);
+ class Foo(x: Int);
+}