aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t3895.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t3895.scala')
-rw-r--r--tests/pending/run/t3895.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t3895.scala b/tests/pending/run/t3895.scala
index 9028e0a08..5f83235de 100644
--- a/tests/pending/run/t3895.scala
+++ b/tests/pending/run/t3895.scala
@@ -28,7 +28,7 @@ class Impl extends T
object Test {
- def main(args: Array[String]) {
+ def main(args: Array[String]): Unit = {
println(new B().bb)
println(new C().bb)
}