summaryrefslogtreecommitdiff
path: root/test/files/neg/t4431.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4431.scala')
-rw-r--r--test/files/neg/t4431.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t4431.scala b/test/files/neg/t4431.scala
index 91e4abfe36..5fbb239e04 100644
--- a/test/files/neg/t4431.scala
+++ b/test/files/neg/t4431.scala
@@ -7,7 +7,7 @@ object Test {
// this earns a VerifyError.
trait C { def wait (): Unit }
class D { }
-
+
def main(args: Array[String]): Unit = {
new B with A { }
new BB