aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t1987b/pkg1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/t1987b/pkg1.scala')
-rw-r--r--tests/run/t1987b/pkg1.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run/t1987b/pkg1.scala b/tests/run/t1987b/pkg1.scala
new file mode 100644
index 000000000..6e749fc6b
--- /dev/null
+++ b/tests/run/t1987b/pkg1.scala
@@ -0,0 +1,4 @@
+package scaley
+
+package object funny {
+}