summaryrefslogtreecommitdiff
path: root/test/files/pos/bug160.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug160.scala')
-rw-r--r--test/files/pos/bug160.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/pos/bug160.scala b/test/files/pos/bug160.scala
index f1c36ebeae..91ac2ba842 100644
--- a/test/files/pos/bug160.scala
+++ b/test/files/pos/bug160.scala
@@ -1,5 +1,3 @@
-// $Id$
-
class Foo(s:String) {
def this() = { this("DEFAULT") }
}