summaryrefslogtreecommitdiff
path: root/test/files/neg/structural.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/structural.scala')
-rw-r--r--test/files/neg/structural.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/structural.scala b/test/files/neg/structural.scala
index 181a32654e..d783399317 100644
--- a/test/files/neg/structural.scala
+++ b/test/files/neg/structural.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
def f(x: { type D; def m: D }): Null = null