aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/bigint.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/bigint.scala')
-rw-r--r--tests/pos/bigint.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pos/bigint.scala b/tests/pos/bigint.scala
new file mode 100644
index 000000000..e1aaaf96e
--- /dev/null
+++ b/tests/pos/bigint.scala
@@ -0,0 +1,7 @@
+import scala.math.BigInt
+//import BigInt._
+object test {
+
+ 1 * BigInt(0)
+
+}