aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/five-dot-f.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/five-dot-f.scala')
-rw-r--r--tests/pending/pos/five-dot-f.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/pending/pos/five-dot-f.scala b/tests/pending/pos/five-dot-f.scala
deleted file mode 100644
index 8a7f86e21..000000000
--- a/tests/pending/pos/five-dot-f.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-class C {
- implicit def ffer(x: Int) = new { def f : Long = 123L }
-
- val x1: Long = 5.f
-}