aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/typers.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/typers.scala')
-rw-r--r--tests/pos/typers.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/pos/typers.scala b/tests/pos/typers.scala
index b2d1d50e1..c3101ea2c 100644
--- a/tests/pos/typers.scala
+++ b/tests/pos/typers.scala
@@ -1,3 +1,5 @@
+package test
+
import annotation.{tailrec, switch}
object typers {
@@ -41,6 +43,8 @@ object typers {
val y = try 2 catch Predef.identity
val z = try 3 finally "abc"
+
+ println("abc".toString)
}