summaryrefslogtreecommitdiff
path: root/test/pos/philippe1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/philippe1.scala')
-rw-r--r--test/pos/philippe1.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/pos/philippe1.scala b/test/pos/philippe1.scala
deleted file mode 100644
index 3cace0e116..0000000000
--- a/test/pos/philippe1.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-object test {
- def id[a](xs: Array[a]): Array[a] = xs;
-
- def main(args: Array[String]): Unit = {
- val res: Array[String] = id(args);
- ()
- }
-} \ No newline at end of file