summaryrefslogtreecommitdiff
path: root/test/files/scalap/typeAnnotations/result.test
diff options
context:
space:
mode:
authorilyas <ilyas@epfl.ch>2010-03-01 19:27:20 +0000
committerilyas <ilyas@epfl.ch>2010-03-01 19:27:20 +0000
commit9690b45b3be8a73228faa40d79adac1616c5ae38 (patch)
treee8efb4e30a77bf5a9ba369f269b1de5ef5d4306f /test/files/scalap/typeAnnotations/result.test
parentd3bf2e7801f465346f1b568b8c942d6449642a6a (diff)
downloadscala-9690b45b3be8a73228faa40d79adac1616c5ae38.tar.gz
scala-9690b45b3be8a73228faa40d79adac1616c5ae38.tar.bz2
scala-9690b45b3be8a73228faa40d79adac1616c5ae38.zip
trailing spaces in decompiled annotations are t...
trailing spaces in decompiled annotations are trimmed
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 eed2e68eb0..b565d6185b 100644
--- a/test/files/scalap/typeAnnotations/result.test
+++ b/test/files/scalap/typeAnnotations/result.test
@@ -2,7 +2,7 @@ abstract class TypeAnnotations[@scala.specialized R] extends java.lang.Object wi
def this() = { /* compiled code */ }
@scala.specialized
val x : scala.Int = { /* compiled code */ }
- @scala.specialized
+ @scala.specialized
type T
def compose[@scala.specialized A](x : A, y : R) : A = { /* compiled code */ }
} \ No newline at end of file