summaryrefslogtreecommitdiff
path: root/test/files/pos/michel5.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/michel5.scala')
-rw-r--r--test/files/pos/michel5.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/pos/michel5.scala b/test/files/pos/michel5.scala
deleted file mode 100644
index 345ae04d9d..0000000000
--- a/test/files/pos/michel5.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-trait A[Ta] { }
-
-class B() extends Object with A[Int] {
- val x : Int = 2
-} \ No newline at end of file