summaryrefslogtreecommitdiff
path: root/test/files/scalap/typeAnnotations/result.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/typeAnnotations/result.test')
-rw-r--r--test/files/scalap/typeAnnotations/result.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalap/typeAnnotations/result.test b/test/files/scalap/typeAnnotations/result.test
index b565d6185b..fe48e081d3 100644
--- a/test/files/scalap/typeAnnotations/result.test
+++ b/test/files/scalap/typeAnnotations/result.test
@@ -1,4 +1,4 @@
-abstract class TypeAnnotations[@scala.specialized R] extends java.lang.Object with scala.ScalaObject {
+abstract class TypeAnnotations[@scala.specialized R] extends java.lang.Object with scala.AnyRef {
def this() = { /* compiled code */ }
@scala.specialized
val x : scala.Int = { /* compiled code */ }