summaryrefslogtreecommitdiff
path: root/test/files/pos/t3521/a.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3521/a.scala')
-rw-r--r--test/files/pos/t3521/a.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/t3521/a.scala b/test/files/pos/t3521/a.scala
new file mode 100644
index 0000000000..94bb451fc3
--- /dev/null
+++ b/test/files/pos/t3521/a.scala
@@ -0,0 +1,4 @@
+class Test {
+ @DoubleValue(-0.05)
+ var a = 0
+} \ No newline at end of file