summaryrefslogtreecommitdiff
path: root/test/files/neg/t5954.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-02-13 11:44:14 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-02-13 11:44:14 +0100
commitc83e01d47d941265fa5415c0f29a884c904fdfa0 (patch)
tree5e266fdffd2dad974a8120b266c73c2f89914369 /test/files/neg/t5954.check
parentd1c0b359ede63e9e5f5dc230d3ac354c9680c048 (diff)
parent436bbbe1b3168f18ccf6dee81cf4a8283c2daaec (diff)
downloadscala-c83e01d47d941265fa5415c0f29a884c904fdfa0.tar.gz
scala-c83e01d47d941265fa5415c0f29a884c904fdfa0.tar.bz2
scala-c83e01d47d941265fa5415c0f29a884c904fdfa0.zip
Merge pull request #3389 from retronym/ticket/8134-2
SI-8134 SI-5954 Fix companions in package object under separate comp.
Diffstat (limited to 'test/files/neg/t5954.check')
-rw-r--r--test/files/neg/t5954.check18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/files/neg/t5954.check b/test/files/neg/t5954.check
deleted file mode 100644
index 3950d14e4e..0000000000
--- a/test/files/neg/t5954.check
+++ /dev/null
@@ -1,18 +0,0 @@
-t5954.scala:36: warning: class D should be placed directly in package A instead of package object A. Under some circumstances companion objects and case classes in package objects can fail to recompile. See https://issues.scala-lang.org/browse/SI-5954.
- case class D()
- ^
-t5954.scala:35: warning: object C should be placed directly in package A instead of package object A. Under some circumstances companion objects and case classes in package objects can fail to recompile. See https://issues.scala-lang.org/browse/SI-5954.
- object C
- ^
-t5954.scala:34: warning: trait C should be placed directly in package A instead of package object A. Under some circumstances companion objects and case classes in package objects can fail to recompile. See https://issues.scala-lang.org/browse/SI-5954.
- trait C
- ^
-t5954.scala:33: warning: object B should be placed directly in package A instead of package object A. Under some circumstances companion objects and case classes in package objects can fail to recompile. See https://issues.scala-lang.org/browse/SI-5954.
- object B
- ^
-t5954.scala:32: warning: class B should be placed directly in package A instead of package object A. Under some circumstances companion objects and case classes in package objects can fail to recompile. See https://issues.scala-lang.org/browse/SI-5954.
- class B
- ^
-error: No warnings can be incurred under -Xfatal-warnings.
-5 warnings found
-one error found