summaryrefslogtreecommitdiff
path: root/test/files/pos/typerep-stephane.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/typerep-stephane.scala')
-rw-r--r--test/files/pos/typerep-stephane.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/typerep-stephane.scala b/test/files/pos/typerep-stephane.scala
index 1061212369..2cb899591a 100644
--- a/test/files/pos/typerep-stephane.scala
+++ b/test/files/pos/typerep-stephane.scala
@@ -41,7 +41,7 @@ object typerep {
}
-object test extends Application {
+object test extends App {
import typerep._
println(3.getType)
println(List(3).getType)