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.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t5423.scala b/test/files/run/t5423.scala
index 2139773ff1..fc507c417b 100644
--- a/test/files/run/t5423.scala
+++ b/test/files/run/t5423.scala
@@ -6,7 +6,7 @@ import scala.reflect.Code
final class table extends StaticAnnotation
@table class A
-object Test extends App{
+object Test extends App {
val s = classToSymbol(classOf[A])
- println(s.getAnnotations)
+ println(s.annotations)
}