aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t6600.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t6600.scala')
-rw-r--r--tests/pending/pos/t6600.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/pending/pos/t6600.scala b/tests/pending/pos/t6600.scala
deleted file mode 100644
index 1e8137894..000000000
--- a/tests/pending/pos/t6600.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-final class Natural extends scala.math.ScalaNumber with scala.math.ScalaNumericConversions {
- def intValue(): Int = 0
- def longValue(): Long = 0L
- def floatValue(): Float = 0.0F
- def doubleValue(): Double = 0.0D
- def isWhole(): Boolean = false
- def underlying() = this
-}