summaryrefslogtreecommitdiff
path: root/test/files/pos/bug175.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug175.scala')
-rw-r--r--test/files/pos/bug175.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/pos/bug175.scala b/test/files/pos/bug175.scala
deleted file mode 100644
index 2ef26589c2..0000000000
--- a/test/files/pos/bug175.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-// $Id$
-
-abstract class C {
- def this(x: Unit) = { this() }
-}