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.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/pos/bug160.scala b/test/files/pos/bug160.scala
deleted file mode 100644
index f1c36ebeae..0000000000
--- a/test/files/pos/bug160.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-// $Id$
-
-class Foo(s:String) {
- def this() = { this("DEFAULT") }
-}