summaryrefslogtreecommitdiff
path: root/test/files/run/t3619.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3619.scala')
-rw-r--r--test/files/run/t3619.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t3619.scala b/test/files/run/t3619.scala
index 0aef17dfdf..3f4c56ea53 100644
--- a/test/files/run/t3619.scala
+++ b/test/files/run/t3619.scala
@@ -1,6 +1,6 @@
class Dep(x: Int)(implicit val nameClash: String)
-object Test extends Application {
+object Test extends App {
implicit val nameClash: String = "meh"
def meth(implicit w: String) = 1
@@ -31,4 +31,4 @@ object Test extends Application {
this(Meh.this.nameClash, 1)
}
}
-*/ \ No newline at end of file
+*/