summaryrefslogtreecommitdiff
path: root/test/files/pos/philippe2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/philippe2.scala')
-rw-r--r--test/files/pos/philippe2.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/pos/philippe2.scala b/test/files/pos/philippe2.scala
deleted file mode 100644
index 0dc896ebfd..0000000000
--- a/test/files/pos/philippe2.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-
-import scala._;
-class m1() {
- def n() = 0;
- def foo(i: Int)(j: Int): Unit = ();
- val bar = foo(n());
-}