summaryrefslogtreecommitdiff
path: root/test/files/run/t5224.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5224.check')
-rw-r--r--test/files/run/t5224.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/t5224.check b/test/files/run/t5224.check
new file mode 100644
index 0000000000..5bead91b36
--- /dev/null
+++ b/test/files/run/t5224.check
@@ -0,0 +1,9 @@
+{
+ @new Foo(bar = "qwe") class C extends Object with ScalaObject {
+ def <init>() = {
+ super.<init>();
+ ()
+ }
+ };
+ ()
+}