aboutsummaryrefslogtreecommitdiff
path: root/tests/run/i1386.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/i1386.scala')
-rw-r--r--tests/run/i1386.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run/i1386.scala b/tests/run/i1386.scala
new file mode 100644
index 000000000..e5f4332d2
--- /dev/null
+++ b/tests/run/i1386.scala
@@ -0,0 +1,4 @@
+object Test {
+ def main(args: Array[String]) =
+ assert(new java.util.HashMap[Int, Int]().size == 0)
+}