summaryrefslogtreecommitdiff
path: root/test/files/run/delambdafy-specialized.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/delambdafy-specialized.scala')
-rw-r--r--test/files/run/delambdafy-specialized.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/run/delambdafy-specialized.scala b/test/files/run/delambdafy-specialized.scala
deleted file mode 100644
index 634d4e490b..0000000000
--- a/test/files/run/delambdafy-specialized.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Test {
- def main(args: Array[String]): Unit = {
- val f = (x: Int) => -x
- println(f.getClass.getSuperclass.getName)
- }
-}