summaryrefslogtreecommitdiff
path: root/test/files/run/Meter.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/Meter.scala')
-rw-r--r--test/files/run/Meter.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/Meter.scala b/test/files/run/Meter.scala
index e4d9abaa21..0db917aeee 100644
--- a/test/files/run/Meter.scala
+++ b/test/files/run/Meter.scala
@@ -25,6 +25,7 @@ object Test extends App {
println((x + x) / x)
println((x + x) / 0.5)
println((x < x).toString)
+ println("x.isInstanceOf[Meter]: "+x.isInstanceOf[Meter])
println("x.hashCode: "+x.hashCode)