summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/jvm/annotations.scala2
1 files changed, 1 insertions, 1 deletions
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")