summaryrefslogtreecommitdiff
path: root/test/files/run/t5423.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5423.scala')
-rw-r--r--test/files/run/t5423.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5423.scala b/test/files/run/t5423.scala
index 9c73ed0bef..9b8ba090fa 100644
--- a/test/files/run/t5423.scala
+++ b/test/files/run/t5423.scala
@@ -6,6 +6,6 @@ final class table extends annotation.StaticAnnotation
@table class A
object Test extends App {
- val s = cm.reflectClass(classOf[A]).symbol
+ val s = cm.classSymbol(classOf[A])
println(s.getAnnotations)
} \ No newline at end of file