aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5284.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t5284.scala')
-rw-r--r--tests/pending/run/t5284.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t5284.scala b/tests/pending/run/t5284.scala
index ba0845fb8..cf5c0608b 100644
--- a/tests/pending/run/t5284.scala
+++ b/tests/pending/run/t5284.scala
@@ -8,7 +8,7 @@
* safely cast `T` to `W` whenever type bounds on `W` hold.
*/
object Test {
- def main(args: Array[String]) {
+ def main(args: Array[String]): Unit = {
val a = Blarg(Array(1, 2, 3))
println(a.m((x: Int) => x + 1))
}