summaryrefslogtreecommitdiff
path: root/test/files/run/t6548.scala
diff options
context:
space:
mode:
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)
}