summaryrefslogtreecommitdiff
path: root/test/files/jvm5
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-12-12 17:18:49 +0000
committermichelou <michelou@epfl.ch>2007-12-12 17:18:49 +0000
commit98e9995ddd3b555aeca73f82671f86107a9ea68f (patch)
tree84a0b5eda7dd8bbbacfe2a702d6a2697c569c755 /test/files/jvm5
parent81c78662cb3b34041c97c169597d1f0552636298 (diff)
downloadscala-98e9995ddd3b555aeca73f82671f86107a9ea68f.tar.gz
scala-98e9995ddd3b555aeca73f82671f86107a9ea68f.tar.bz2
scala-98e9995ddd3b555aeca73f82671f86107a9ea68f.zip
added final modifier, commented out test for #153
Diffstat (limited to 'test/files/jvm5')
-rw-r--r--test/files/jvm5/annotations.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm5/annotations.check b/test/files/jvm5/annotations.check
index f01f31d1d9..418301331f 100644
--- a/test/files/jvm5/annotations.check
+++ b/test/files/jvm5/annotations.check
@@ -11,7 +11,7 @@ class Test4$Foo2
class Test4$Foo3
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=file:///dev/null)
-private int Test4$Foo4.x
+private final int Test4$Foo4.x
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=file:///dev/null)
public int Test4$Foo4.x()
@@ -26,7 +26,7 @@ public Test4$Foo6(java.lang.String)
public Test4$Foo7()
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=constructor val)
-private int Test4$Foo8.n
+private final int Test4$Foo8.n
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=constructor val)
public int Test4$Foo8.n()