summaryrefslogtreecommitdiff
path: root/test/files/run/toolbox_parse_package.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/toolbox_parse_package.check')
-rw-r--r--test/files/run/toolbox_parse_package.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/run/toolbox_parse_package.check b/test/files/run/toolbox_parse_package.check
new file mode 100644
index 0000000000..46465980a0
--- /dev/null
+++ b/test/files/run/toolbox_parse_package.check
@@ -0,0 +1,8 @@
+package foo {
+ object bar extends scala.AnyRef {
+ def <init>() = {
+ super.<init>();
+ ()
+ }
+ }
+}