summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-09-13 17:17:45 +0000
committerpaltherr <paltherr@epfl.ch>2004-09-13 17:17:45 +0000
commit92e05fabc9dff541ae3d672bf535f65c5b66c2d3 (patch)
tree4d637b4e0565ab025a9590f6e8fba65a69ff29f2 /test/files
parentc54ece4ae04e0cbb404f973dd75c2ea0b9fa6def (diff)
downloadscala-92e05fabc9dff541ae3d672bf535f65c5b66c2d3.tar.gz
scala-92e05fabc9dff541ae3d672bf535f65c5b66c2d3.tar.bz2
scala-92e05fabc9dff541ae3d672bf535f65c5b66c2d3.zip
- Added Id
- Changed case of "bug"
Diffstat (limited to 'test/files')
-rw-r--r--test/files/pos/bug361.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/files/pos/bug361.scala b/test/files/pos/bug361.scala
index ea48187a2b..61de238f8b 100644
--- a/test/files/pos/bug361.scala
+++ b/test/files/pos/bug361.scala
@@ -1,6 +1,8 @@
-class bug361Global with bug361Trees;
+// $Id$
-abstract class bug361Trees: bug361Global {
+class Bug361Global with Bug361Trees;
+
+abstract class Bug361Trees: Bug361Global {
abstract class Tree {
var pos: int = 0;