summaryrefslogtreecommitdiff
path: root/test/files/pos/t0674.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t0674.scala')
-rw-r--r--test/files/pos/t0674.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t0674.scala b/test/files/pos/t0674.scala
index 6884d84bed..589eeec9f3 100644
--- a/test/files/pos/t0674.scala
+++ b/test/files/pos/t0674.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
println(
for(a <- Some(1);
b <- Some(2);