summaryrefslogtreecommitdiff
path: root/test/files/pos/test2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/test2.scala')
-rw-r--r--test/files/pos/test2.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/pos/test2.scala b/test/files/pos/test2.scala
deleted file mode 100644
index fe36d07f1b..0000000000
--- a/test/files/pos/test2.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-import scala._;
-object test2 {
- def f(x: Int): Int = 'a';
- def g(x: Int) = f(f(x));
-} \ No newline at end of file