summaryrefslogtreecommitdiff
path: root/test/files/neg/bug700.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug700.scala')
-rw-r--r--test/files/neg/bug700.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug700.scala b/test/files/neg/bug700.scala
index 7477bb54f6..b08c8b5529 100644
--- a/test/files/neg/bug700.scala
+++ b/test/files/neg/bug700.scala
@@ -3,7 +3,7 @@ trait Foo {
}
trait Bar extends Foo {
- def foobar: unit = super.foobar
+ def foobar: Unit = super.foobar
}
// the following definition breaks the compiler