summaryrefslogtreecommitdiff
path: root/test/files/pos/typerep_pos.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/typerep_pos.scala')
-rw-r--r--test/files/pos/typerep_pos.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/typerep_pos.scala b/test/files/pos/typerep_pos.scala
index 7faa8a1928..ebb643d321 100644
--- a/test/files/pos/typerep_pos.scala
+++ b/test/files/pos/typerep_pos.scala
@@ -1,4 +1,4 @@
-object typerep extends Application {
+object typerep extends App {
class TypeRep[T] {}
case object IntRep extends TypeRep[Int] {
override def toString = "Int"