summaryrefslogtreecommitdiff
path: root/test/files/run/t5527.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-29 14:20:31 -0800
committerPaul Phillips <paulp@improving.org>2012-02-29 14:20:31 -0800
commit105dc63121c84a45711b02f77f8e4a04074f7425 (patch)
tree9ff1a9f8bc5595d509632e9c6e3d7abc25145f35 /test/files/run/t5527.check
parenta183c6ad31011b4fb1785655dd3d671b8f5bb519 (diff)
downloadscala-105dc63121c84a45711b02f77f8e4a04074f7425.tar.gz
scala-105dc63121c84a45711b02f77f8e4a04074f7425.tar.bz2
scala-105dc63121c84a45711b02f77f8e4a04074f7425.zip
Merge remote-tracking branches 'VladUreche/issue/5527' and 'dragos/master' into develop
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() = ()
+ };
+ ()
+ }
+ }
+}