summaryrefslogtreecommitdiff
path: root/test/files/pos/bug3521/DoubleValue.java
Commit message (Collapse)AuthorAgeFilesLines
* Taking another shot at negative constants as an...Paul Phillips2010-06-081-0/+7
Taking another shot at negative constants as annotation arguments since r22175 didn't quite get there. I call into the constant folder with the unfolded tree at the last point before it's going to fail the compile anyway. Closes #3521, review by odersky.