summaryrefslogtreecommitdiff
path: root/test/files/run/t6548/Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6548/Test_2.scala')
-rw-r--r--test/files/run/t6548/Test_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6548/Test_2.scala b/test/files/run/t6548/Test_2.scala
index 7200259d36..cb5abd9c39 100644
--- a/test/files/run/t6548/Test_2.scala
+++ b/test/files/run/t6548/Test_2.scala
@@ -8,5 +8,5 @@ class Bean {
object Test extends App {
println(cm.staticClass("Bean").isCaseClass)
- println(typeOf[Bean].declaration(TermName("value")).annotations)
+ println(typeOf[Bean].decl(TermName("value")).annotations)
}