summaryrefslogtreecommitdiff
path: root/test/files/neg/annot-nonconst.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/annot-nonconst.scala')
-rw-r--r--test/files/neg/annot-nonconst.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/annot-nonconst.scala b/test/files/neg/annot-nonconst.scala
index 5a0b72aca2..f9d044a041 100644
--- a/test/files/neg/annot-nonconst.scala
+++ b/test/files/neg/annot-nonconst.scala
@@ -1,4 +1,4 @@
-class Length(n: Int) extends ClassfileAnnotation
+class Length(value: Int) extends ClassfileAnnotation
object Test {
def n = 15