summaryrefslogtreecommitdiff
path: root/test/pending/run/bug424.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/bug424.scala')
-rw-r--r--test/pending/run/bug424.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pending/run/bug424.scala b/test/pending/run/bug424.scala
new file mode 100644
index 0000000000..bc7a55732d
--- /dev/null
+++ b/test/pending/run/bug424.scala
@@ -0,0 +1,3 @@
+object M {
+ def f = 3;
+}