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.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/scalap/typeAnnotations/result.test b/test/files/scalap/typeAnnotations/result.test
index b565d6185b..d28712f12b 100644
--- a/test/files/scalap/typeAnnotations/result.test
+++ b/test/files/scalap/typeAnnotations/result.test
@@ -1,8 +1,8 @@
-abstract class TypeAnnotations[@scala.specialized R] extends java.lang.Object with scala.ScalaObject {
+abstract class TypeAnnotations[@scala.specialized R] extends java.lang.Object {
def this() = { /* compiled code */ }
@scala.specialized
val x : scala.Int = { /* compiled code */ }
@scala.specialized
type T
def compose[@scala.specialized A](x : A, y : R) : A = { /* compiled code */ }
-} \ No newline at end of file
+}