aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t6206.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t6206.scala')
-rw-r--r--tests/pending/run/t6206.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t6206.scala b/tests/pending/run/t6206.scala
index 07ff246d0..668ade7f5 100644
--- a/tests/pending/run/t6206.scala
+++ b/tests/pending/run/t6206.scala
@@ -1,5 +1,5 @@
class Outer {
- def apply( position : Inner ) {}
+ def apply( position : Inner ): Unit = {}
class Inner
this.apply(new Inner)