From 9bfc974222ffd380d530919c44956a981bc080e5 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Sun, 7 Jun 2009 11:35:36 +0000 Subject: fix annotations test --- test/files/jvm/annotations.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/jvm/annotations.scala') diff --git a/test/files/jvm/annotations.scala b/test/files/jvm/annotations.scala index 4a3e54791e..ec3841b958 100644 --- a/test/files/jvm/annotations.scala +++ b/test/files/jvm/annotations.scala @@ -131,7 +131,7 @@ object Test5 { class Count { // we use "Integer" instead of "Int" because of Java reflection @BeanProperty - private var count: Integer = 0 + var count: Integer = 0 private val getter = getClass().getMethod("getCount") -- cgit v1.2.3