summaryrefslogtreecommitdiff
path: root/test/files/run/typed-annotated/Test_2.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-09-04 16:20:25 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-09-04 16:20:25 +0200
commitf4ccefe6a41897e9aa5fab72d86d9b481785baec (patch)
tree22f9f9144842107a264b0d0bb33f3d74d8530c85 /test/files/run/typed-annotated/Test_2.scala
parent502b9f0551d1216db72f91031aab1113e5a39f4a (diff)
parentd46519da657ada39d9928308709cdb80ddcd53ce (diff)
downloadscala-f4ccefe6a41897e9aa5fab72d86d9b481785baec.tar.gz
scala-f4ccefe6a41897e9aa5fab72d86d9b481785baec.tar.bz2
scala-f4ccefe6a41897e9aa5fab72d86d9b481785baec.zip
Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-2.10.3
Diffstat (limited to 'test/files/run/typed-annotated/Test_2.scala')
-rw-r--r--test/files/run/typed-annotated/Test_2.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/typed-annotated/Test_2.scala b/test/files/run/typed-annotated/Test_2.scala
new file mode 100644
index 0000000000..acfddae942
--- /dev/null
+++ b/test/files/run/typed-annotated/Test_2.scala
@@ -0,0 +1,3 @@
+object Test extends App {
+ Macros.foo
+} \ No newline at end of file