summaryrefslogtreecommitdiff
path: root/test/files/run/t6548.scala
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-01-06 20:17:49 -0800
committerEugene Burmako <xeno.by@gmail.com>2013-01-06 20:17:49 -0800
commita03e77b8670faa133c76f4d7b29bf362246d20b5 (patch)
tree4657735c741511f7703f65614cc3bbb375055435 /test/files/run/t6548.scala
parent2d0fb869fc7b813f562417372120bb25cb636642 (diff)
parent1f1e36922af099d647931a61ebdf5cec97ab54ac (diff)
downloadscala-2.11.0-M1.tar.gz
scala-2.11.0-M1.tar.bz2
scala-2.11.0-M1.zip
Merge pull request #1817 from scalamacros/topic/introduce-top-levelv2.11.0-M1
adds c.introduceTopLevel
Diffstat (limited to 'test/files/run/t6548.scala')
-rw-r--r--test/files/run/t6548.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6548.scala b/test/files/run/t6548.scala
index be3eb5b932..b4d09fd8f6 100644
--- a/test/files/run/t6548.scala
+++ b/test/files/run/t6548.scala
@@ -8,5 +8,5 @@ class Bean {
object Test extends App {
println(cm.staticClass("Bean").isCaseClass)
- println(typeOf[Bean].declaration(newTermName("value")).annotations)
+ println(typeOf[Bean].declaration(TermName("value")).annotations)
}