aboutsummaryrefslogtreecommitdiff
path: root/tests/pos
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2015-05-09 12:35:59 +0200
committerodersky <odersky@gmail.com>2015-05-09 12:35:59 +0200
commit8838aefb3dab8cf59106c0a038758eae08a6657b (patch)
tree52fce6eba0d824a0a526aba0708384e21e2c1075 /tests/pos
parent14e5ae5063c7524cde99e79a2ad907a337f5f214 (diff)
parent6edf859c9dae24aa4232110244a8b1119b0c63e0 (diff)
downloaddotty-8838aefb3dab8cf59106c0a038758eae08a6657b.tar.gz
dotty-8838aefb3dab8cf59106c0a038758eae08a6657b.tar.bz2
dotty-8838aefb3dab8cf59106c0a038758eae08a6657b.zip
Merge pull request #543 from dotty-staging/compile-dotty
Make dotty compile backend.
Diffstat (limited to 'tests/pos')
-rw-r--r--tests/pos/i536.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pos/i536.scala b/tests/pos/i536.scala
new file mode 100644
index 000000000..db9fb9b38
--- /dev/null
+++ b/tests/pos/i536.scala
@@ -0,0 +1,3 @@
+object Max {
+ java.util.Collections.max(null)
+}