summaryrefslogtreecommitdiff
path: root/test/files/run/t5527.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5527.check')
-rw-r--r--test/files/run/t5527.check20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/files/run/t5527.check b/test/files/run/t5527.check
new file mode 100644
index 0000000000..cae1a80199
--- /dev/null
+++ b/test/files/run/t5527.check
@@ -0,0 +1,20 @@
+[[syntax trees at end of parser]]// Scala source: newSource1
+package <empty> {
+ abstract trait Test extends scala.ScalaObject {
+ def $init$() = {
+ ()
+ };
+ def sth: scala.Unit = {
+ /** Some comment here */
+ object Maybe extends scala.ScalaObject {
+ def <init>() = {
+ super.<init>();
+ ()
+ };
+ /** Some comment inside */
+ def nothing() = ()
+ };
+ ()
+ }
+ }
+}