summaryrefslogtreecommitdiff
path: root/test/files/pos5/t1150/S.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos5/t1150/S.scala')
-rw-r--r--test/files/pos5/t1150/S.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos5/t1150/S.scala b/test/files/pos5/t1150/S.scala
new file mode 100644
index 0000000000..41dd064037
--- /dev/null
+++ b/test/files/pos5/t1150/S.scala
@@ -0,0 +1,4 @@
+object S {
+ J.bbb(new java.lang.Boolean(true))
+ J.ddd(new java.lang.Double(0))
+}